diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-20 13:09:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-20 13:09:53 -0200 |
commit | 93d8a56788fc5387ad7e76899f7d293e073e45b7 (patch) | |
tree | 1f7ab4d7c960041caf5d323a804fe33461da4122 /templates | |
parent | 3b70c6f9853121c6e876bfe0ddd2c2ceb1d69aa3 (diff) | |
download | puppet-mail-93d8a56788fc5387ad7e76899f7d293e073e45b7.tar.gz puppet-mail-93d8a56788fc5387ad7e76899f7d293e073e45b7.tar.bz2 |
Disabling SSLv3 in dovecot
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dovecot/dovecot.conf.wheezy.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dovecot/dovecot.conf.wheezy.erb b/templates/dovecot/dovecot.conf.wheezy.erb index a10a18a..823ebb3 100644 --- a/templates/dovecot/dovecot.conf.wheezy.erb +++ b/templates/dovecot/dovecot.conf.wheezy.erb @@ -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 |