Browse Source

Newer Dovecot won't start with SSLv2 in config

Thomas Buck 5 years ago
parent
commit
db6a0571a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/templates/etc_dovecot_conf.d_10-ssl.conf.j2

+ 1
- 1
roles/mailserver/templates/etc_dovecot_conf.d_10-ssl.conf.j2 View File

41
 #ssl_parameters_regenerate = 168
41
 #ssl_parameters_regenerate = 168
42
 
42
 
43
 # SSL protocols to use
43
 # SSL protocols to use
44
-ssl_protocols = !SSLv2 !SSLv3
44
+ssl_protocols = !SSLv3
45
 
45
 
46
 # SSL ciphers to use
46
 # SSL ciphers to use
47
 #ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
47
 #ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL

Loading…
Cancel
Save