1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-19 19:10:25 +02:00

Update dovecot SSL/TLS configuration

Ensure that RC4 and SSLv3 is not used. This is based off mailinabox project settings, while not the most ideal settings this improves the configuration from what it is currently.
This commit is contained in:
d-fens 2016-08-19 12:19:05 +01:00 committed by GitHub
parent 84769cab3e
commit 62b1df04a0

View File

@ -57,6 +57,8 @@ namespace inbox {
ssl = yes
ssl_cert = </certs/cert.pem
ssl_key = </certs/key.pem
ssl_protocols=!SSLv3 !SSLv2
ssl_cipher_list=TLSv1+HIGH !SSLv2 !RC4 !aNULL !eNULL !3DES @STRENGTH
###############
# Authentication