mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
360 stars 59 forks source link

Fix ciphers not configured for STARTTLS when postfix < 3.1 #163

Closed jun66j5 closed 2 years ago

jun66j5 commented 2 years ago

I tried generated configuration with Postfix 2.10.1, however I noticed the ciphers for STARTTLS are not changed. Investigating, default of smtpd_tls_ciphers is medium on postfix >= 3.1.0, however export on postfix < 3.1.0.

I consider that the configuration should have smtpd_tls_ciphers line.