diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-16 17:36:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-16 17:36:31 -0300 |
commit | c180e9c974ce638052664c135cc99b912538e99a (patch) | |
tree | 31c6d354c1c23333419d4f863aac018079f24392 /templates | |
parent | 45e484a7fcb23ce0da07f1bf3316261f60ae4772 (diff) | |
download | puppet-mail-c180e9c974ce638052664c135cc99b912538e99a.tar.gz puppet-mail-c180e9c974ce638052664c135cc99b912538e99a.tar.bz2 |
Updating dovecot cipher list
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dovecot/dovecot.conf.squeeze.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dovecot/dovecot.conf.squeeze.erb b/templates/dovecot/dovecot.conf.squeeze.erb index 3fc7698..705d868 100644 --- a/templates/dovecot/dovecot.conf.squeeze.erb +++ b/templates/dovecot/dovecot.conf.squeeze.erb @@ -120,7 +120,7 @@ ssl_key_file = /etc/ssl/private/cert.pem #ssl_parameters_regenerate = 168 # SSL ciphers to use -#ssl_cipher_list = ALL:!LOW +ssl_cipher_list = ALL:!LOW:!SSLv2 # Show protocol level SSL errors. #verbose_ssl = no |