summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-10 09:53:50 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-10 09:53:50 +0200
commit820638cdd375389d5cc3648a471a991fd588d456 (patch)
treeca9f4d9d157af6380745f4c92f206b68dc420557 /hel.nix
parente747d6830e0c7c46d227d937d26fa579f70fc429 (diff)
downloadnixos-820638cdd375389d5cc3648a471a991fd588d456.tar
nixos-820638cdd375389d5cc3648a471a991fd588d456.tar.gz
nixos-820638cdd375389d5cc3648a471a991fd588d456.tar.bz2
nixos-820638cdd375389d5cc3648a471a991fd588d456.tar.xz
nixos-820638cdd375389d5cc3648a471a991fd588d456.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 67c86757..6ef31b39 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"];
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;