summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-24 19:47:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-24 19:47:13 +0200
commit67606c341a7bb78dad44d120b0387e82d5e26a28 (patch)
tree2dc5451e6b348eb90694f4d40c790757519bb127 /hel.nix
parenta593e9a4e8a58dc52ec69ec40b16273804dda379 (diff)
downloadnixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar.gz
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar.bz2
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar.xz
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.zip
DANE
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 00ccf77e..c189b723 100644
--- a/hel.nix
+++ b/hel.nix
@@ -214,6 +214,10 @@
214 smtp_sasl_password_maps = texthash:/var/db/postfix/sasl_passwd 214 smtp_sasl_password_maps = texthash:/var/db/postfix/sasl_passwd
215 smtp_cname_overrides_servername = no 215 smtp_cname_overrides_servername = no
216 smtp_always_send_ehlo = yes 216 smtp_always_send_ehlo = yes
217
218 smtp_tls_loglevel = 1
219 smtp_dns_support_level = dnssec
220 smtp_tls_security_level = dane
217 ''; 221 '';
218 }; 222 };
219 223