From 820638cdd375389d5cc3648a471a991fd588d456 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 10 Jul 2019 09:53:50 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 67c86757..6ef31b39 100644 --- a/hel.nix +++ b/hel.nix @@ -303,7 +303,7 @@ smtp_sasl_auth_enable = true; smtp_sender_dependent_authentication = true; smtp_sasl_tls_security_options = "noanonymous"; - smtp_sasl_mechanism_filter = ["plain" "login"]; + smtp_sasl_mechanism_filter = ["plain"]; smtp_tls_security_level = "dane"; smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; smtp_cname_overrides_servername = false; -- cgit v1.2.3