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;
|
||||
sslServerCert = certificatePath;
|
||||
sslServerKey = keyPath;
|
||||
enableDHE = lib.mkDefault false;
|
||||
enableLmtp = true;
|
||||
mailPlugins.globally.enable = lib.optionals cfg.fullTextSearch.enable [
|
||||
"fts"
|
||||
|
||||
Reference in New Issue
Block a user