Remove smtpd_tls_dh1024_param_file
support for parameter "smtpd_tls_dh1024_param_file" will be removed
This commit is contained in:
parent
7d68ccab85
commit
464a1847a6
1 changed files with 0 additions and 3 deletions
|
|
@ -35,7 +35,6 @@ let
|
||||||
cfg.cleanHeaders);
|
cfg.cleanHeaders);
|
||||||
in
|
in
|
||||||
lib.mkIf cfg.enable {
|
lib.mkIf cfg.enable {
|
||||||
security.dhparams.params.postfix = { };
|
|
||||||
services.postfix = {
|
services.postfix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -105,8 +104,6 @@ lib.mkIf cfg.enable {
|
||||||
"DHE-RSA-AES256-GCM-SHA384"
|
"DHE-RSA-AES256-GCM-SHA384"
|
||||||
];
|
];
|
||||||
tls_preempt_cipherlist = "no";
|
tls_preempt_cipherlist = "no";
|
||||||
|
|
||||||
smtpd_tls_dh1024_param_file = config.security.dhparams.params.postfix.path;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# plain/STARTTLS (forced with smtpd_tls_security_level)
|
# plain/STARTTLS (forced with smtpd_tls_security_level)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue