1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-08-15 06:10:55 +00:00

fixed spacing

This commit is contained in:
Jeff Volkenant 2019-01-16 10:56:39 -08:00
parent c1cdd0e43d
commit 09fb5eff42

View File

@ -209,8 +209,7 @@ tools/editconf.py /etc/postfix/main.cf \
# There was a change from Ubuntu 14.04 to 18.04 with how postfix handles SASL checks. # There was a change from Ubuntu 14.04 to 18.04 with how postfix handles SASL checks.
# smtpd_sasl_auth_enable=yes must be set for reject_sender_login_mismatch # smtpd_sasl_auth_enable=yes must be set for reject_sender_login_mismatch
tools/editconf.py /etc/postfix/main.cf \ tools/editconf.py /etc/postfix/main.cf smtpd_sasl_auth_enable=yes
smtpd_sasl_auth_enable=yes
# Postfix connects to Postgrey on the 127.0.0.1 interface specifically. Ensure that # Postfix connects to Postgrey on the 127.0.0.1 interface specifically. Ensure that
# Postgrey listens on the same interface (and not IPv6, for instance). # Postgrey listens on the same interface (and not IPv6, for instance).