diff options
Diffstat (limited to 'sif.nix')
-rw-r--r-- | sif.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,6 @@ | |||
337 | smtp_sender_dependent_authentication = true; | 337 | smtp_sender_dependent_authentication = true; |
338 | smtp_sasl_tls_security_options = "noanonymous"; | 338 | smtp_sasl_tls_security_options = "noanonymous"; |
339 | smtp_sasl_mechanism_filter = ["plain"]; | 339 | smtp_sasl_mechanism_filter = ["plain"]; |
340 | smtp_tls_security_level = "dane"; | ||
341 | smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; | 340 | smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; |
342 | smtp_cname_overrides_servername = false; | 341 | smtp_cname_overrides_servername = false; |
343 | smtp_always_send_ehlo = true; | 342 | smtp_always_send_ehlo = true; |
@@ -345,6 +344,7 @@ | |||
345 | smtp_tls_loglevel = "1"; | 344 | smtp_tls_loglevel = "1"; |
346 | smtp_dns_support_level = "dnssec"; | 345 | smtp_dns_support_level = "dnssec"; |
347 | }; | 346 | }; |
347 | useDane = true; | ||
348 | }; | 348 | }; |
349 | 349 | ||
350 | upower = { | 350 | upower = { |