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:
parent
c869f67e3d
commit
d307633abb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user