From 057eebc93e700f2e2455f5b45b817ae7ebaa5d3f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 23 Oct 2016 00:28:25 +0200 Subject: authentication should be per server not per sender --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index e7d61a3d..c95bbedd 100644 --- a/hel.nix +++ b/hel.nix @@ -201,7 +201,7 @@ authorized_submit_users = !uucp, static:anyone message_size_limit = 0 - smtp_sender_dependent_authentication = yes + smtp_sender_dependent_authentication = no sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de @@ -211,7 +211,7 @@ smtp_sasl_auth_enable = yes smtp_cname_overrides_servername = no - smtp_sasl_security_options = noanonymous + smtp_sasl_security_options = ''; }; -- cgit v1.2.3