Browse Source

Updated dovecot configuration

Alexandros Ioannides 6 years ago
parent
commit
a93d021a80
1 changed files with 6 additions and 1 deletions
  1. 6 1
      install/deb/dovecot/conf.d/10-ssl.conf

+ 6 - 1
install/deb/dovecot/conf.d/10-ssl.conf

@@ -5,4 +5,9 @@ ssl_cipher_list = ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDH
 
 
 ssl_cert = </usr/local/hestia/ssl/certificate.crt
 ssl_cert = </usr/local/hestia/ssl/certificate.crt
 ssl_key = </usr/local/hestia/ssl/certificate.key
 ssl_key = </usr/local/hestia/ssl/certificate.key
-ssl_dh = </etc/ssl/dhparam.pem
+
+# From and up to version 2.2
+ssl_dh_parameters_length = 2048
+
+# From version 2.3
+#ssl_dh = </etc/ssl/dhparam.pem