Remove smtpd_tls_dh1024_param_file

support for parameter "smtpd_tls_dh1024_param_file" will be removed
This commit is contained in:
Jakob Lechner 2025-04-08 21:56:13 +02:00
parent 7d68ccab85
commit 464a1847a6

View file

@ -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)