Explorar el Código

Merge pull request #931 from ioannidesalex/patch-9

Dovecot security hardening
Serghey Rodin hace 9 años
padre
commit
0af0ea2021
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      install/ubuntu/16.04/dovecot/conf.d/10-ssl.conf

+ 2 - 0
install/ubuntu/16.04/dovecot/conf.d/10-ssl.conf

@@ -1,3 +1,5 @@
 ssl = yes
+ssl_protocols = !SSLv2 !SSLv3
+
 ssl_cert = </usr/local/vesta/ssl/certificate.crt
 ssl_key = </usr/local/vesta/ssl/certificate.key