summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-10 09:50:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-10 09:50:47 +0200
commite747d6830e0c7c46d227d937d26fa579f70fc429 (patch)
treeb4703923788cc3a0224ff16ba11a1de1afc7f8d0
parentf0afc309eb03fa51e72f696e9fb323074db7f3f7 (diff)
downloadnixos-e747d6830e0c7c46d227d937d26fa579f70fc429.tar
nixos-e747d6830e0c7c46d227d937d26fa579f70fc429.tar.gz
nixos-e747d6830e0c7c46d227d937d26fa579f70fc429.tar.bz2
nixos-e747d6830e0c7c46d227d937d26fa579f70fc429.tar.xz
nixos-e747d6830e0c7c46d227d937d26fa579f70fc429.zip
...
-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;