From d307633abbd51d27d49334cebfab3b7ac9cd681b Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 26 Aug 2013 21:22:48 +0000 Subject: [PATCH] postfix needs to be told to listen on public network interfaces --- scripts/mail.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/mail.sh b/scripts/mail.sh index 59d2f642..3cde01ee 100755 --- a/scripts/mail.sh +++ b/scripts/mail.sh @@ -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