1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Merge pull request #44 from d-fens/patch-1

Update dovecot SSL/TLS configuration
This commit is contained in:
kaiyou
2016-08-19 13:33:43 +02:00
committed by GitHub

View File

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