diff options
author | APoniatowski <adaml.poniatowski@gmail.com> | 2023-04-26 18:30:38 +0200 |
---|---|---|
committer | APoniatowski <adaml.poniatowski@gmail.com> | 2023-04-26 18:30:38 +0200 |
commit | eaa3d1800a5c54d152530e16308fa5d1a11630b9 (patch) | |
tree | fdf7f2d8afab84e229fdde99b64576859d4d25a5 | |
parent | 42e612a0e2c6685d4e1dd320ceeac18294f2e95b (diff) |
Missed a parameter, thanks to copy/paste mistake
-rw-r--r-- | emailwiz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 4cc3a00..16d7983 100644 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -125,7 +125,7 @@ smtp inet n - y - - smtpd submission inet n - y - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt - -o smtpd_sasl_auth_enable=yes + -o smtpd_tls_auth_only=yes -o smtpd_enforce_tls=yes -o smtpd_sasl_type=dovecot -o smtpd_sasl_path=private/auth |