dovecot: disable Diffie-Hellman support
Recommended in the modern recommendation by Mozilla. Support for elliptic curves is widespread and they are much faster.
This commit is contained in:
@@ -182,6 +182,7 @@ in
|
|||||||
mailLocation = dovecotMaildir;
|
mailLocation = dovecotMaildir;
|
||||||
sslServerCert = certificatePath;
|
sslServerCert = certificatePath;
|
||||||
sslServerKey = keyPath;
|
sslServerKey = keyPath;
|
||||||
|
enableDHE = lib.mkDefault false;
|
||||||
enableLmtp = true;
|
enableLmtp = true;
|
||||||
mailPlugins.globally.enable = lib.optionals cfg.fullTextSearch.enable [
|
mailPlugins.globally.enable = lib.optionals cfg.fullTextSearch.enable [
|
||||||
"fts"
|
"fts"
|
||||||
|
|||||||
Reference in New Issue
Block a user