diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-08-29 15:07:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-08-29 15:07:22 +0200 |
commit | 8b05f7cad7f7cad5f589ea35713aa827063ef774 (patch) | |
tree | 52e8092c243c5bd27a7e8df4cc1f4678d187fb6a /etc/postfix | |
parent | 197b1158e79b7a466692e30923ed777dc2f2e05c (diff) | |
download | jenkins.debian.net-8b05f7cad7f7cad5f589ea35713aa827063ef774.tar.xz |
disable ipv6 to avoid polluting logs
Diffstat (limited to 'etc/postfix')
-rw-r--r-- | etc/postfix/main.cf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |