1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

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"
This commit is contained in:
downtownallday 2020-06-10 07:50:23 -04:00
parent 64d24566b2
commit 7a12b52f8f

View File

@ -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\