summaryrefslogtreecommitdiff
blob: 8173bacc0bc5e342abde39bdaaeaea63f54eedc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- doc/example-config/conf.d/10-ssl.conf	2014-12-08 07:58:21.000000000 +0000
+++ doc/example-config/conf.d/10-ssl.conf	2014-12-08 08:02:19.000000000 +0000
@@ -49,6 +49,12 @@
 #ssl_protocols = !SSLv2
 
 # SSL ciphers to use
+# ###############
+# Added by Gentoo
+# You are encouraged to change the cipher list to
+#ssl_cipher_list = DEFAULT:!EXPORT:!LOW:!MEDIUM:!MD5
+# if you are not required to support legacy mail clients.
+# ###############
 #ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
 
 # Prefer the server's order of ciphers over client's.