Commit d307633a authored by Joshua Tauberer's avatar Joshua Tauberer

postfix needs to be told to listen on public network interfaces

parent c869f67e
...@@ -30,7 +30,9 @@ tools/editconf.py /etc/postfix/main.cf \ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment