mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add paths to CA to postifx
Fixes untrusted TLS connections See: http://giantdorks.org/alain/fix-for-postfix-untrusted-certificate-tls-error/
This commit is contained in:
parent
b2ccd99e51
commit
9998416590
|
@ -33,6 +33,8 @@ smtp_tls_protocols=!SSLv2,!SSLv3
|
||||||
smtpd_tls_mandatory_ciphers = high
|
smtpd_tls_mandatory_ciphers = high
|
||||||
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
||||||
smtpd_tls_exclude_ciphers = aNULL, LOW, EXP, MEDIUM, ADH, AECDH, MD5, DSS, ECDSA, CAMELLIA128, 3DES, CAMELLIA256, RSA+AES, eNULL
|
smtpd_tls_exclude_ciphers = aNULL, LOW, EXP, MEDIUM, ADH, AECDH, MD5, DSS, ECDSA, CAMELLIA128, 3DES, CAMELLIA256, RSA+AES, eNULL
|
||||||
|
smtpd_tls_CApath = /etc/ssl/certs
|
||||||
|
smtp_tls_CApath = /etc/ssl/certs
|
||||||
|
|
||||||
# Settings to prevent SPAM early
|
# Settings to prevent SPAM early
|
||||||
smtpd_helo_required = yes
|
smtpd_helo_required = yes
|
||||||
|
|
Loading…
Reference in a new issue