Make sender actually attempt TLS on outbound connections.

This commit is contained in:
Jacob Hoffman-Andrews 2014-06-06 16:07:38 -07:00
parent 372c96d9fd
commit e534a43d1a
3 changed files with 6 additions and 3 deletions

View file

@ -40,7 +40,6 @@ inet_interfaces = all
#STARTTLS EVERYWHERE MAGIC STARTS HERE
smtp_tls_policy_maps = texthash:/etc/postfix/tls_policy
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtp_tls_loglevel = 1
smtp_tls_security_level = may

View file

@ -1 +1 @@
valid-example-recipient.com encrypt protocols=TLSv1.1
#valid-example-recipient.com encrypt protocols=TLSv1.1

View file

@ -38,5 +38,9 @@ mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
# STARTLS Everywhere recommended best-practice settings
smtpd_tls_session_cache_timeout = 3600s
smtpd_tls_received_header = yes
#STARTTLS EVERYWHERE MAGIC STARTS HERE
smtp_tls_policy_maps = texthash:/etc/postfix/tls_policy