diff options
author | tv <tv@shackspace.de> | 2015-07-25 01:06:13 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-25 01:32:24 +0200 |
commit | d03dba41d6543adc2c73a7818cd32ca79046c64b (patch) | |
tree | 6310dec20427a3fcbcc99d3747eed5504e88eccc /2configs/tv/exim-smarthost.nix | |
parent | 939f1b20c2d9e7da6fbe83005057a5e14d5abf4d (diff) |
krebs.users.[mt]v: set mail
Diffstat (limited to '2configs/tv/exim-smarthost.nix')
-rw-r--r-- | 2configs/tv/exim-smarthost.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/2configs/tv/exim-smarthost.nix b/2configs/tv/exim-smarthost.nix index a4c47b399..c93189b8a 100644 --- a/2configs/tv/exim-smarthost.nix +++ b/2configs/tv/exim-smarthost.nix @@ -11,20 +11,21 @@ in let retiolumHostname = "${config.networking.hostName}.retiolum"; - internet-aliases = [ - { from = "tomislav@viljetic.de"; to = "tv@wu.retiolum"; } + internet-aliases = with config.krebs.users; [ + { from = "tomislav@viljetic.de"; to = tv.mail; } # (mindestens) lisp-stammtisch und elli haben die: - { from = "tv@viljetic.de"; to = "tv@wu.retiolum"; } + { from = "tv@viljetic.de"; to = tv.mail; } - { from = "tv@destroy.dyn.shackspace.de"; to = "tv@wu.retiolum"; } + { from = "tv@destroy.dyn.shackspace.de"; to = tv.mail; } - { from = "mirko@viljetic.de"; to = "mv@cd.retiolum"; } + { from = "mirko@viljetic.de"; to = mv.mail; } # TODO killme (wo wird die benutzt?) - { from = "tv@cd.retiolum"; to = "tv@wu.retiolum"; } + { from = "tv@cd.retiolum"; to = tv.mail; } - { from = "postmaster@krebsco.de"; to = "tv@wu.retiolum"; } + # TODO lists@smtp.retiolum [consul] + { from = "postmaster@krebsco.de"; to = tv.mail; } ]; system-aliases = [ |