[Dovecot] ssl_min_protocol is now TLS 1.2
parent
083b822cbf
commit
69f54b99a1
|
@ -28,7 +28,7 @@ mail_attachment_min_size = 128k
|
||||||
# Dovecot 2.2
|
# Dovecot 2.2
|
||||||
#ssl_protocols = !SSLv3
|
#ssl_protocols = !SSLv3
|
||||||
# Dovecot 2.3
|
# Dovecot 2.3
|
||||||
ssl_min_protocol = TLSv1
|
ssl_min_protocol = TLSv1.2
|
||||||
|
|
||||||
ssl_prefer_server_ciphers = yes
|
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
|
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