summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3ce3ac37..b4b44f3b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -293,7 +293,8 @@
293 sender_dependent_default_transport_maps = ''regexp:${pkgs.writeText "sender_relay" '' 293 sender_dependent_default_transport_maps = ''regexp:${pkgs.writeText "sender_relay" ''
294 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc 294 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc
295 /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de 295 /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de
296 /@campus\.lmu\.de$/ smtp:postout.lrz.de 296 /@ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtpin1.ifi.lmu.de
297 /@(campus\.)?lmu\.de$/ smtp:postout.lrz.de
297 ''}''; 298 ''}'';
298 299
299 smtp_sasl_auth_enable = true; 300 smtp_sasl_auth_enable = true;