git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
74556cd
Branches
Tags
master
keks-overlay.git
net-mail
dovecot
files
dovecot-10-ssl.patch
dovecot fix for ssl
Hanno Böck
commited
74556cd
at 2014-06-16 15:14:58
dovecot-10-ssl.patch
Blame
History
Raw
# bug 508552 --- doc/example-config/conf.d/10-ssl.conf 2013-11-24 13:37:39.000000000 +0000 +++ doc/example-config/conf.d/10-ssl.conf 2014-05-12 14:42:26.000000000 +0000 @@ -51,6 +51,15 @@ # SSL ciphers to use #ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL +# ########################################## +# You are strongly encouraged to change the above two settings to +# +#ssl_protocols = !SSLv2 !SSLv3 +#ssl_cipher_list = ALL:!EXPORT:!LOW:!MEDIUM:!aNULL:+RC4:@STRENGTH +# +# if you are not required to support legacy mail clients. +# ########################################## + # Prefer the server's order of ciphers over client's. #ssl_prefer_server_ciphers = no