diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -301,8 +301,8 @@ | |||
301 | 301 | ||
302 | smtp_sasl_auth_enable = true; | 302 | smtp_sasl_auth_enable = true; |
303 | smtp_sender_dependent_authentication = true; | 303 | smtp_sender_dependent_authentication = true; |
304 | smtp_sasl_tls_security_options = "noanonymous"; | 304 | smtp_sasl_tls_verified_security_options = "noanonymous"; |
305 | smtp_tls_verified_security_level = "dane"; | 305 | smtp_tls_security_level = "dane"; |
306 | smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; | 306 | smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; |
307 | smtp_cname_overrides_servername = false; | 307 | smtp_cname_overrides_servername = false; |
308 | smtp_always_send_ehlo = true; | 308 | smtp_always_send_ehlo = true; |