summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index dbd05c26..42fc2886 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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;