mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Make sender actually attempt TLS on outbound connections.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user