summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index b4b44f3b..b4df0467 100644
--- a/hel.nix
+++ b/hel.nix
@@ -293,7 +293,7 @@
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 /@ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtpin1.ifi.lmu.de 296 /@ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtpin1.ifi.lmu.de:587
297 /@(campus\.)?lmu\.de$/ smtp:postout.lrz.de 297 /@(campus\.)?lmu\.de$/ smtp:postout.lrz.de
298 ''}''; 298 ''}'';
299 299