diff options
author | lassulus <lass@lassul.us> | 2017-05-09 23:43:46 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-05-09 23:43:46 +0200 |
commit | 4f8dbc57c456b2e6c551772269dacf13217ae589 (patch) | |
tree | d7f7bdf13ee6723a0cba7e2ee9a7a53cd1817736 /tv/2configs/exim-smarthost.nix | |
parent | 689399546d38b6dc5a643cc2efad9c1d0ae76058 (diff) | |
parent | 66f9170f524a1a59ba7b69b2fc778c99ccbd41ff (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-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; } |