r***@gmail.com
2014-03-25 21:59:10 UTC
Hello All,
I'm having some trouble hardening my ssl config in postfix (2.10.2).
in main.conf I have the following:
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5
smtpd_tls_security_level = may
smtpd_tls_mandatory_protocols = !SSLv2
smtpd_tls_eecdh_grade = strong
but these mandatory config options are not being enforced:
http://pastebin.com/2GehRN2R
If I change smtpd_tls_security_level from may to encrypt, the mandatory config
options are immediately enforced:
http://pastebin.com/Tmr7igBz
Does anyone know why "smtpd_tls_security_level = may" doesn't seem to work
with the mandatory ciphers/protocols?
Thanks.
I'm having some trouble hardening my ssl config in postfix (2.10.2).
in main.conf I have the following:
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5
smtpd_tls_security_level = may
smtpd_tls_mandatory_protocols = !SSLv2
smtpd_tls_eecdh_grade = strong
but these mandatory config options are not being enforced:
http://pastebin.com/2GehRN2R
If I change smtpd_tls_security_level from may to encrypt, the mandatory config
options are immediately enforced:
http://pastebin.com/Tmr7igBz
Does anyone know why "smtpd_tls_security_level = may" doesn't seem to work
with the mandatory ciphers/protocols?
Thanks.