mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Remove client certificate verification from Dovecot and Postfix
This commit is contained in:
parent
abe22d74d6
commit
3339cd029a
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,7 @@ service auth {
|
|||
protocol sieve {
|
||||
}
|
||||
|
||||
ssl_ca = </etc/yunohost/certs/{{ main_domain }}/ca.pem
|
||||
ssl = yes
|
||||
ssl_cert = </etc/yunohost/certs/{{ main_domain }}/crt.pem
|
||||
ssl_key = </etc/yunohost/certs/{{ main_domain }}/key.pem
|
||||
ssl_protocols = !SSLv2 !SSLv3
|
||||
|
|
|
@ -30,7 +30,6 @@ smtpd_tls_security_level=may
|
|||
smtpd_tls_auth_only=yes
|
||||
smtpd_tls_cert_file = /etc/yunohost/certs/{{ main_domain }}/crt.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_session_cache_database = btree:${data_directory}/smtpd_scache
|
||||
smtpd_tls_loglevel=1
|
||||
|
|
Loading…
Add table
Reference in a new issue