[Dovecot] IMPORTANT: Disabling TLS 1.0 and 1.2 - welcome to 2020
parent
701198b8f4
commit
77d922c05a
|
@ -28,7 +28,7 @@ mail_attachment_min_size = 128k
|
|||
# Dovecot 2.2
|
||||
#ssl_protocols = !SSLv3
|
||||
# Dovecot 2.3
|
||||
ssl_min_protocol = TLSv1
|
||||
ssl_min_protocol = TLSv1.2
|
||||
|
||||
ssl_prefer_server_ciphers = yes
|
||||
ssl_cipher_list = ALL:!ADH:!LOW:!SSLv2:!SSLv3:!EXP:!aNULL:!eNULL:!3DES:!MD5:!PSK:!DSS:!RC4:!SEED:!IDEA:+HIGH:+MEDIUM
|
||||
|
|
Loading…
Reference in New Issue