summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index c95d62de..67c86757 100644
--- a/hel.nix
+++ b/hel.nix
@@ -303,7 +303,7 @@
303 smtp_sasl_auth_enable = true; 303 smtp_sasl_auth_enable = true;
304 smtp_sender_dependent_authentication = true; 304 smtp_sender_dependent_authentication = true;
305 smtp_sasl_tls_security_options = "noanonymous"; 305 smtp_sasl_tls_security_options = "noanonymous";
306 smtp_sasl_mechanism_filter = ["plain", "login"]; 306 smtp_sasl_mechanism_filter = ["plain" "login"];
307 smtp_tls_security_level = "dane"; 307 smtp_tls_security_level = "dane";
308 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; 308 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd";
309 smtp_cname_overrides_servername = false; 309 smtp_cname_overrides_servername = false;