summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-05 03:07:14 +0200
committertv <tv@shackspace.de>2015-10-05 03:09:01 +0200
commit0e93d668772d1c19da76b38ee73ca07f211230be (patch)
tree16553c9a207d0f7b48fdd9e025bdacb828a87b6a /tv/2configs/exim-smarthost.nix
parent214bd7a3b2500dd7af3cc10c43b9e9d6eaed8b8c (diff)
tv: cleanup internet-aliases
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r--tv/2configs/exim-smarthost.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix
index dc2ef239..f5f63d28 100644
--- a/tv/2configs/exim-smarthost.nix
+++ b/tv/2configs/exim-smarthost.nix
@@ -12,17 +12,10 @@
"10.243.13.37"
];
internet-aliases = with config.krebs.users; [
+ { from = "mirko@viljetic.de"; to = mv.mail; }
{ from = "tomislav@viljetic.de"; to = tv.mail; }
-
- # (mindestens) lisp-stammtisch und elli haben die:
- { from = "tv@viljetic.de"; to = tv.mail; }
-
{ from = "tv@destroy.dyn.shackspace.de"; to = tv.mail; }
-
- { from = "mirko@viljetic.de"; to = mv.mail; }
-
- # TODO killme (wo wird die benutzt?)
- { from = "tv@cd.retiolum"; to = tv.mail; }
+ { from = "tv@viljetic.de"; to = tv.mail; }
];
system-aliases = [
{ from = "mailer-daemon"; to = "postmaster"; }