summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-23 00:28:25 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-23 00:28:25 +0200
commit057eebc93e700f2e2455f5b45b817ae7ebaa5d3f (patch)
tree92d6ace429bf820afd93b6f50419a38c1f221446 /hel.nix
parent25fd508d17a5adfc5e3f8cc87d5d8dbd699a7de2 (diff)
downloadnixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar
nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar.gz
nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar.bz2
nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar.xz
nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.zip
authentication should be per server not per sender
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files 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 @@
201 authorized_submit_users = !uucp, static:anyone 201 authorized_submit_users = !uucp, static:anyone
202 message_size_limit = 0 202 message_size_limit = 0
203 203
204 smtp_sender_dependent_authentication = yes 204 smtp_sender_dependent_authentication = no
205 sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' 205 sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" ''
206 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc 206 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc
207 /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de 207 /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de
@@ -211,7 +211,7 @@
211 smtp_sasl_auth_enable = yes 211 smtp_sasl_auth_enable = yes
212 212
213 smtp_cname_overrides_servername = no 213 smtp_cname_overrides_servername = no
214 smtp_sasl_security_options = noanonymous 214 smtp_sasl_security_options =
215 ''; 215 '';
216 }; 216 };
217 217