From 738526387c9f21988cfc3735b40aa1bfc014e9b5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jul 2019 17:07:49 +0200 Subject: ... --- hel.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index b4df0467..8e41fc70 100644 --- a/hel.nix +++ b/hel.nix @@ -45,6 +45,7 @@ enable = true; unmanaged = [ "docker0" ]; dhcp = "internal"; + dns = "unbound"; }; dhcpcd.enable = false; @@ -300,7 +301,7 @@ smtp_sasl_auth_enable = true; smtp_sender_dependent_authentication = true; smtp_sasl_tls_security_options = "noanonymous"; - smtp_tls_security_level = "dane"; + smtp_tls_verified_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