From 683e32955a1b837b2d5c281859a0406aab5db465 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 9 Oct 2020 19:53:09 +0200 Subject: fix use postconf -Pe (not -Me) where needed --- postfix/postfix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'postfix/postfix.sh') 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 -- cgit v1.2.3