Make server-to-server encryption optional so communication can still occur when another server doesn't have encryption
This commit is contained in:
parent
b5703433a1
commit
c8a580663c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ smtpd_tls_protocols = !SSLv2, !SSLv3
|
||||||
smtpd_tls_ciphers = high
|
smtpd_tls_ciphers = high
|
||||||
smtpd_tls_cert_file = /etc/letsencrypt/live/$mydomain/fullchain.pem
|
smtpd_tls_cert_file = /etc/letsencrypt/live/$mydomain/fullchain.pem
|
||||||
smtpd_tls_key_file = /etc/letsencrypt/live/$mydomain/privkey.pem
|
smtpd_tls_key_file = /etc/letsencrypt/live/$mydomain/privkey.pem
|
||||||
smtpd_tls_security_level = encrypt
|
smtpd_tls_security_level = may
|
||||||
smtpd_sasl_auth_enable = yes
|
smtpd_sasl_auth_enable = yes
|
||||||
smtpd_sasl_type = dovecot
|
smtpd_sasl_type = dovecot
|
||||||
smtpd_sasl_path = /var/spool/postfix/private/auth
|
smtpd_sasl_path = /var/spool/postfix/private/auth
|
||||||
|
|
Loading…
Reference in a new issue