mirror of
https://github.com/chatmail/relay.git
synced 2026-05-18 11:08:58 +00:00
postfix: don't verify TLS certs of receiving SMTP servers
This commit is contained in:
@@ -20,7 +20,7 @@ smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
|
||||
smtpd_tls_security_level=may
|
||||
|
||||
smtp_tls_CApath=/etc/ssl/certs
|
||||
smtp_tls_security_level=verify
|
||||
smtp_tls_security_level=encrypt
|
||||
# Send SNI extension when connecting to other servers.
|
||||
# <https://www.postfix.org/postconf.5.html#smtp_tls_servername>
|
||||
smtp_tls_servername = hostname
|
||||
|
||||
Reference in New Issue
Block a user