I thought I had this working at some point but it seems that my
outgoing emails are not being sent via TLS when offered (incoming is
fine). I can see the offer in the smtp log but no TLS session is
started. Did something get dropped from my main.cf?
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/ssl/smtp.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpunc.key
smtpd_tls_CAfile = /etc/postfix/ssl/root.crt
smtpd_tls_loglevel = 1
smtp_tls_loglevel = 1
smtpd_tls_received_header = yes
smtp_tls_note_starttls_offer = yes
This is version 2.2 so I cannot enforce TLS but I want to use TLS
whenever possible. Thanks.