From 7f46ac8ad78d605a902b3ac92f594fc7f1d48687 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 25 Aug 2015 00:57:17 +0200 Subject: [PATCH] Make postfix IPv6 only and fix outgoing SMTP connections --- core/config/postfix.main.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config/postfix.main.cf b/core/config/postfix.main.cf index 8e1cdcb..3b5d2b4 100644 --- a/core/config/postfix.main.cf +++ b/core/config/postfix.main.cf @@ -5,7 +5,7 @@ # is /etc/mailname. #myorigin = /etc/mailname -inet_protocols=all +inet_protocols = ipv6 smtpd_banner = $myhostname ESMTP $mail_name biff = no @@ -33,7 +33,7 @@ alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases mydestination = /etc/mailname, localhost.localdomain, localhost relayhost = -mynetworks = 127.0.0.0/8 172.0.0.0/8 +mynetworks = 127.0.0.0/8 [::1]/128 [2a01:4f8:121:50d2::2]/128 mailbox_size_limit = 0 recipient_delimiter = +