diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-17 14:40:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-17 14:40:48 +0200 |
commit | e196d46a865d632852774e996df029f6354a3b62 (patch) | |
tree | c7de1d30b39d95dff6f237080c31921971dee443 | |
parent | 425c79ad30740340c46770315b9b6c7b06a04347 (diff) |
dovecot: Disable SSLv3.
-rw-r--r-- | roles/IMAP/files/etc/dovecot/conf.d/10-ssl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-ssl.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-ssl.conf index e801639..b401c93 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/10-ssl.conf +++ b/roles/IMAP/files/etc/dovecot/conf.d/10-ssl.conf @@ -46,7 +46,7 @@ ssl_key = </etc/dovecot/ssl/imap.fripost.org.key ssl_dh_parameters_length = 2048 # SSL protocols to use -ssl_protocols = !SSLv2 +ssl_protocols = !SSLv2 !SSLv3 # SSL ciphers to use ssl_cipher_list = HIGH:!SSLv2:!aNULL:!eNULL:!3DES:!MD5:@STRENGTH |