summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-10 09:50:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-10 09:50:27 +0200
commitf0afc309eb03fa51e72f696e9fb323074db7f3f7 (patch)
tree2d1c73f327a87d9afb6b8a4116d93544dbdcc09e /hel.nix
parent0be636c534c1a8cd66fae33811836df8596d69ff (diff)
downloadnixos-f0afc309eb03fa51e72f696e9fb323074db7f3f7.tar
nixos-f0afc309eb03fa51e72f696e9fb323074db7f3f7.tar.gz
nixos-f0afc309eb03fa51e72f696e9fb323074db7f3f7.tar.bz2
nixos-f0afc309eb03fa51e72f696e9fb323074db7f3f7.tar.xz
nixos-f0afc309eb03fa51e72f696e9fb323074db7f3f7.zip
...
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;