1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

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

View File

@ -30,7 +30,9 @@ tools/editconf.py /etc/postfix/main.cf \
smtpd_sasl_auth_enable=yes \ smtpd_sasl_auth_enable=yes \
smtpd_recipient_restrictions=permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination 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 # message delivery is directly to dovecot
tools/editconf.py /etc/postfix/main.cf virtual_transport=lmtp:unix:private/dovecot-lmtp tools/editconf.py /etc/postfix/main.cf virtual_transport=lmtp:unix:private/dovecot-lmtp