postfix needs to be told to listen on public network interfaces

This commit is contained in:
Joshua Tauberer 2013-08-26 21:22:48 +00:00
parent c869f67e3d
commit d307633abb
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ tools/editconf.py /etc/postfix/main.cf \
smtpd_sasl_auth_enable=yes \
smtpd_recipient_restrictions=permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
tools/editconf.py /etc/postfix/main.cf mydestination=localhost
tools/editconf.py /etc/postfix/main.cf \
inet_interfaces=all \
mydestination=localhost
# message delivery is directly to dovecot
tools/editconf.py /etc/postfix/main.cf virtual_transport=lmtp:unix:private/dovecot-lmtp