summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-09 16:03:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-09 16:03:18 +0200
commit1cb71c443f69820bd441be01b305c3811b4db9ba (patch)
tree8ba91ec99daefcd758e3f1f1e3f33a99e10a106c /hel.nix
parenta98c32e6a1a5a40d1f14abe90f9305304ec0ff4d (diff)
downloadnixos-1cb71c443f69820bd441be01b305c3811b4db9ba.tar
nixos-1cb71c443f69820bd441be01b305c3811b4db9ba.tar.gz
nixos-1cb71c443f69820bd441be01b305c3811b4db9ba.tar.bz2
nixos-1cb71c443f69820bd441be01b305c3811b4db9ba.tar.xz
nixos-1cb71c443f69820bd441be01b305c3811b4db9ba.zip
smtpin1 port
Diffstat (limited to 'hel.nix')
-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