diff options
author | tv <tv@krebsco.de> | 2016-07-23 13:29:39 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-07-23 13:35:06 +0200 |
commit | bfe3ac0e9bdc4ce738a0ce23c9855ef6a1ba7f9c (patch) | |
tree | da84cb8427d43e344e0d0e92f22c4c64ee8c2e6d /tv | |
parent | 0cef678255b7d57b06f76995b01d087e84200db7 (diff) |
mv: reinit
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 351b54d..cade6fa 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -20,7 +20,7 @@ with config.krebs.lib; ]; internet-aliases = with config.krebs.users; [ { from = "postmaster@viljetic.de"; to = tv.mail; } # RFC 822 - { from = "mirko@viljetic.de"; to = mv.mail; } + { from = "mirko@viljetic.de"; to = mv-cd.mail; } { from = "tomislav@viljetic.de"; to = tv.mail; } { from = "tv@destroy.dyn.shackspace.de"; to = tv.mail; } { from = "tv@viljetic.de"; to = tv.mail; } |