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 | 95189db48a35d1f55f6562b5594a9e8719620ae5 (patch) | |
tree | ab1fff37daa0a0008998464343a809625829090a | |
parent | 3da68a589cf94dc35ac6112603cd551f70fcd028 (diff) |
tv: mv-cd -> mv-ni
-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 816dce7..079013c 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; } |