diff options
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -455,8 +455,8 @@ in rec { | |||
| 455 | useDane = true; | 455 | useDane = true; |
| 456 | config = { | 456 | config = { |
| 457 | #the dh params | 457 | #the dh params |
| 458 | smtpd_tls_dh1024_param_file = config.security.dhparams.params."postfix-1024".path; | 458 | smtpd_tls_dh1024_param_file = toString config.security.dhparams.params."postfix-1024".path; |
| 459 | smtpd_tls_dh512_param_file = config.security.dhparams.params."postfix-512".path; | 459 | smtpd_tls_dh512_param_file = toString config.security.dhparams.params."postfix-512".path; |
| 460 | #enable ECDH | 460 | #enable ECDH |
| 461 | smtpd_tls_eecdh_grade = "strong"; | 461 | smtpd_tls_eecdh_grade = "strong"; |
| 462 | #enabled SSL protocols, don't allow SSLv2 and SSLv3 | 462 | #enabled SSL protocols, don't allow SSLv2 and SSLv3 |
