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:
parent
efebf59b13
commit
21ce4b4ff8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue