
The smtp_tls and smtpd_tls options seem to be missing. At the very least we ought to include the four mandatory directives for enabling SSL/TLS:
smtpd_tls_cert_file
smtp_tls_key_file
smtpd_tls_CAfile
smtpd_use_tls
Where the "file" ones are paths to the SSL cert, key and CA, respectively, and use_tls is simply yes or no.
The master.cf section support is already covered.
(I was documenting certificate usage for various services, as it's become a common question of late.)
Status:
Closed (fixed)