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 | ccb34ca338bec3219c0d25e1a5518548ce7ec898 (patch) | |
tree | 539a5ff8337de86727c930741f1d23951ede81e9 /tv/2configs | |
parent | b6dfed56ddb161907988e0bcbc923de0c5b226dd (diff) |
mv: reinit
Diffstat (limited to 'tv/2configs')
-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 351b54da1..cade6fa7b 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; } |