From b3c6f23126e40c414eccd1ea2720950194099940 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jul 2019 17:11:48 +0200 Subject: ... --- hel.nix | 4 ++-- 1 file 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 @@ smtp_sasl_auth_enable = true; smtp_sender_dependent_authentication = true; - smtp_sasl_tls_security_options = "noanonymous"; - smtp_tls_verified_security_level = "dane"; + smtp_sasl_tls_verified_security_options = "noanonymous"; + smtp_tls_security_level = "dane"; smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; smtp_cname_overrides_servername = false; smtp_always_send_ehlo = true; -- cgit v1.2.3