diff options
author | tv <tv@krebsco.de> | 2017-05-06 10:23:11 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-05-06 10:23:11 +0200 |
commit | 15a56cb20a283d6d11c4205f78ce0d6f81846a28 (patch) | |
tree | 09d33d914cc6bc0a2917b016a32a69abb32be429 /tv/2configs | |
parent | 9457f3fe8e9a35ee19b5a60e3aef3cc1c51dd344 (diff) |
tv: mv-cd -> mv-ni
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 816dce78d..079013c79 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -21,7 +21,7 @@ with import <stockholm/lib>; internet-aliases = with config.krebs.users; [ { from = "bku-eppler@viljetic.de"; to = tv.mail; } { from = "postmaster@viljetic.de"; to = tv.mail; } # RFC 822 - { from = "mirko@viljetic.de"; to = mv-cd.mail; } + { from = "mirko@viljetic.de"; to = mv-ni.mail; } { from = "tomislav@viljetic.de"; to = tv.mail; } { from = "tv@destroy.dyn.shackspace.de"; to = tv.mail; } { from = "tv@viljetic.de"; to = tv.mail; } |