summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-09 19:53:09 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-09 19:53:09 +0200
commit683e32955a1b837b2d5c281859a0406aab5db465 (patch)
tree84a986da45fd17787211aef3d72fc6a24b8c9244 /postfix
parentc629aecf93c2857b4d9dc7cc42a378636c14de5f (diff)
fix use postconf -Pe (not -Me) where needed
Diffstat (limited to 'postfix')
-rwxr-xr-xpostfix/postfix.sh8
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