disallow anonymous sals auth

This commit is contained in:
Sebastian Hugentobler 2021-09-28 10:02:18 +02:00
parent ce67fd7734
commit 7a1a3e964c
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -53,7 +53,7 @@ smtp_tls_session_cache_database = lmdb:${data_directory}/smtp_scache
smtpd_sasl_type = dovecot
smtpd_sasl_path = inet:{{getenv "DOVECOT_HOST"}}:{{getenv "DOVECOT_AUTH_PORT"}}
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_tls_auth_only = yes
smtpd_sasl_tls_security_options = noanonymous
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination