summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 08892d85..c95d62de 100644
--- a/hel.nix
+++ b/hel.nix
@@ -302,7 +302,8 @@
302 302
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_verified_security_options = "noanonymous"; 305 smtp_sasl_tls_security_options = "noanonymous";
306 smtp_sasl_mechanism_filter = ["plain", "login"];
306 smtp_tls_security_level = "dane"; 307 smtp_tls_security_level = "dane";
307 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; 308 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd";
308 smtp_cname_overrides_servername = false; 309 smtp_cname_overrides_servername = false;