summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:11:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:11:48 +0200
commitb3c6f23126e40c414eccd1ea2720950194099940 (patch)
treefb28f1cb0e20504caa7cc0d8b60825cc8704f6d0
parent9a6b921dfefd3167da4bcbe25ef29dde6104240e (diff)
downloadnixos-b3c6f23126e40c414eccd1ea2720950194099940.tar
nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar.gz
nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar.bz2
nixos-b3c6f23126e40c414eccd1ea2720950194099940.tar.xz
nixos-b3c6f23126e40c414eccd1ea2720950194099940.zip
...
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index dbd05c26..42fc2886 100644
--- a/hel.nix
+++ b/hel.nix
@@ -301,8 +301,8 @@
301 301
302 smtp_sasl_auth_enable = true; 302 smtp_sasl_auth_enable = true;
303 smtp_sender_dependent_authentication = true; 303 smtp_sender_dependent_authentication = true;
304 smtp_sasl_tls_security_options = "noanonymous"; 304 smtp_sasl_tls_verified_security_options = "noanonymous";
305 smtp_tls_verified_security_level = "dane"; 305 smtp_tls_security_level = "dane";
306 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; 306 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd";
307 smtp_cname_overrides_servername = false; 307 smtp_cname_overrides_servername = false;
308 smtp_always_send_ehlo = true; 308 smtp_always_send_ehlo = true;