summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-25 11:15:41 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-25 11:15:41 +0200
commitdcba5b5599dcb3431af1a9d72c4d7edb9f0444a0 (patch)
tree585261ac1b1b5d2c1237d5958a83bb3743f93ddf
parentf01accd2368ebf4b669e686672b19b82984eb55a (diff)
downloadnixos-dcba5b5599dcb3431af1a9d72c4d7edb9f0444a0.tar
nixos-dcba5b5599dcb3431af1a9d72c4d7edb9f0444a0.tar.gz
nixos-dcba5b5599dcb3431af1a9d72c4d7edb9f0444a0.tar.bz2
nixos-dcba5b5599dcb3431af1a9d72c4d7edb9f0444a0.tar.xz
nixos-dcba5b5599dcb3431af1a9d72c4d7edb9f0444a0.zip
Forego override
-rw-r--r--hel.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index c189b723..e04a06e1 100644
--- a/hel.nix
+++ b/hel.nix
@@ -210,14 +210,13 @@
210 smtp_sasl_auth_enable = yes 210 smtp_sasl_auth_enable = yes
211 smtp_sender_dependent_authentication = yes 211 smtp_sender_dependent_authentication = yes
212 smtp_sasl_tls_security_options = noanonymous 212 smtp_sasl_tls_security_options = noanonymous
213 smtp_tls_security_level = encrypt 213 smtp_tls_security_level = dane
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 217
218 smtp_tls_loglevel = 1 218 smtp_tls_loglevel = 1
219 smtp_dns_support_level = dnssec 219 smtp_dns_support_level = dnssec
220 smtp_tls_security_level = dane
221 ''; 220 '';
222 }; 221 };
223 222