[enh] Remove client certificate verification from Dovecot and Postfix

This commit is contained in:
Jérôme Lebleu 2016-04-27 14:31:37 +02:00
parent abe22d74d6
commit 3339cd029a
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,7 @@ service auth {
protocol sieve { protocol sieve {
} }
ssl_ca = </etc/yunohost/certs/{{ main_domain }}/ca.pem ssl = yes
ssl_cert = </etc/yunohost/certs/{{ main_domain }}/crt.pem ssl_cert = </etc/yunohost/certs/{{ main_domain }}/crt.pem
ssl_key = </etc/yunohost/certs/{{ main_domain }}/key.pem ssl_key = </etc/yunohost/certs/{{ main_domain }}/key.pem
ssl_protocols = !SSLv2 !SSLv3 ssl_protocols = !SSLv2 !SSLv3

View file

@ -30,7 +30,6 @@ smtpd_tls_security_level=may
smtpd_tls_auth_only=yes smtpd_tls_auth_only=yes
smtpd_tls_cert_file = /etc/yunohost/certs/{{ main_domain }}/crt.pem smtpd_tls_cert_file = /etc/yunohost/certs/{{ main_domain }}/crt.pem
smtpd_tls_key_file = /etc/yunohost/certs/{{ main_domain }}/key.pem smtpd_tls_key_file = /etc/yunohost/certs/{{ main_domain }}/key.pem
smtpd_tls_CAfile = /etc/yunohost/certs/{{ main_domain }}/ca.pem
smtpd_tls_exclude_ciphers = aNULL, MD5, DES, ADH, RC4, 3DES smtpd_tls_exclude_ciphers = aNULL, MD5, DES, ADH, RC4, 3DES
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_loglevel=1 smtpd_tls_loglevel=1