]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Disabling SSLv3 in dovecot
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Oct 2014 15:09:53 +0000 (13:09 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Oct 2014 15:09:53 +0000 (13:09 -0200)
templates/dovecot/dovecot.conf.wheezy.erb

index a10a18a0f51778c7cfc696ab7d0d9f1ab0fbef97..823ebb32be93b5683cf7e0a770ab19bbb05fe5fa 100644 (file)
@@ -40,7 +40,7 @@ ssl_key = </etc/ssl/private/cert.pem
 
 # SSL ciphers to use
 # See http://www.virtualmin.com/node/25057
-ssl_cipher_list = HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
+ssl_cipher_list = HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3
 
 userdb {
   args = uid=5000 gid=5000 home=/var/mail/virtual/%u allow_all_users=yes