From 8b05f7cad7f7cad5f589ea35713aa827063ef774 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 29 Aug 2013 15:07:22 +0200 Subject: disable ipv6 to avoid polluting logs --- etc/postfix/main.cf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/postfix') diff --git a/etc/postfix/main.cf b/etc/postfix/main.cf index c83b982e..f411868e 100644 --- a/etc/postfix/main.cf +++ b/etc/postfix/main.cf @@ -33,7 +33,8 @@ alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = jenkins.debian.net, localhost.debian.net, , localhost relayhost = -mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 +#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 +mynetworks = 127.0.0.0/8 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all -- cgit v1.2.3-54-g00ecf