From 7a12b52f8feef0c9dfd04a20b781590d3aeb89f4 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 10 Jun 2020 07:50:23 -0400 Subject: [PATCH] Back out prior change, did not fix delivery problem: "status=bounced (Host or domain name not found. Name service error for name=box.abc.com type=AAAA: Host not found" --- setup/mail-postfix.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index bb0678b8..88d884b7 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -56,7 +56,6 @@ apt_install postfix postfix-sqlite postfix-pcre postgrey ca-certificates postfix # * Extend the SPF time limit to avoid timeouts chasing SPF records tools/editconf.py /etc/postfix/main.cf \ inet_interfaces=all \ - smtp_address_preference=any \ smtp_bind_address=$PRIVATE_IP \ smtp_bind_address6=$PRIVATE_IPV6 \ myhostname=$PRIMARY_HOSTNAME\