mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Make sender actually attempt TLS on outbound connections.
This commit is contained in:
parent
372c96d9fd
commit
e534a43d1a
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
valid-example-recipient.com encrypt protocols=TLSv1.1
|
||||
#valid-example-recipient.com encrypt protocols=TLSv1.1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue