diff options
-rwxr-xr-x | postfix/postfix.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index e78a791..d617126 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -321,11 +321,11 @@ smtps inet n - y - - smtpd -o smtpd_sasl_auth_enable=yes ' if [ -n "$sasl_inbound" ]; then - _postconf -Me submission/inet/smtpd_sasl_auth_enable=yes - _postconf -Me smtps/inet/smtpd_sasl_auth_enable=yes + _postconf -Pe submission/inet/smtpd_sasl_auth_enable=yes + _postconf -Pe smtps/inet/smtpd_sasl_auth_enable=yes else - _postconf -MX submission/inet/smtpd_sasl_auth_enable - _postconf -MX smtps/inet/smtpd_sasl_auth_enable + _postconf -PX submission/inet/smtpd_sasl_auth_enable + _postconf -PX smtps/inet/smtpd_sasl_auth_enable fi else _postconf -MX submission/inet |