From fed3977c8ba48888fa62b1adb1f015038a092b54 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 10 Jun 2010 03:54:12 +0200 Subject: adjust sslciphersuite to new recommendations --- files/config/dovecot.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/config/dovecot.conf b/files/config/dovecot.conf index 6f63f59..bf3c8ea 100644 --- a/files/config/dovecot.conf +++ b/files/config/dovecot.conf @@ -122,6 +122,7 @@ # SSL ciphers to use #ssl_cipher_list = ALL:!LOW:!SSLv2 +ssl_cipher_list = HIGH:MEDIUM:!aNULL:!SSLv2:@STRENGTH # Show protocol level SSL errors. #verbose_ssl = no -- cgit v1.2.3