postfix: Exclude anonymous ciphers for TLS

This commit is contained in:
Alex Palaistras 2023-10-21 17:33:03 +01:00
parent 5131d1d93c
commit 0a7985b8ca

View File

@ -189,6 +189,7 @@ smtpd_tls_mandatory_protocols = >=TLSv1.2
smtpd_tls_mandatory_ciphers = high smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_exclude_ciphers = aNULL smtpd_tls_mandatory_exclude_ciphers = aNULL
smtpd_tls_protocols = >=TLSv1.2 smtpd_tls_protocols = >=TLSv1.2
smtpd_tls_exclude_ciphers = aNULL
smtpd_tls_auth_only = yes smtpd_tls_auth_only = yes
smtpd_helo_required = yes smtpd_helo_required = yes
smtpd_tls_received_header = yes smtpd_tls_received_header = yes