diff options
author | APoniatowski <adaml.poniatowski@gmail.com> | 2023-04-26 18:41:38 +0200 |
---|---|---|
committer | APoniatowski <adaml.poniatowski@gmail.com> | 2023-04-26 18:41:38 +0200 |
commit | 11dfca17b2122d114d8f872a4a1cb391299beebc (patch) | |
tree | 6405eb5a1efdbb8a3e63ea9db8d9a2fb3c9e9e7b | |
parent | eaa3d1800a5c54d152530e16308fa5d1a11630b9 (diff) |
change made and removed all sasl parameters
-rw-r--r-- | emailwiz.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 16d7983..472a549 100644 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -127,10 +127,6 @@ submission inet n - y - - smtpd -o smtpd_tls_security_level=encrypt -o smtpd_tls_auth_only=yes -o smtpd_enforce_tls=yes - -o smtpd_sasl_type=dovecot - -o smtpd_sasl_path=private/auth - -o smtpd_sasl_security_options=noanonymous - -o smtpd_sasl_local_domain=\$myhostname -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=reject_sender_login_mismatch -o smtpd_sender_login_maps=hash:/etc/postfix/virtual |