summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-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