diff options
author | makefu <github@syntax-fehler.de> | 2016-08-21 12:12:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-08-21 12:12:13 +0200 |
commit | 054475b6230ec357523b9eed143667a11db92966 (patch) | |
tree | dd60906a6b0f6a5d2252536a50044d42e6098915 /tv/2configs | |
parent | 54ccd367175e33c0aab67e8ef46d4d73bcf8183c (diff) | |
parent | 1d9f7b4f2d1a444bb7b19f18efa3bee63c8d3770 (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index cade6fa7b..591edafb6 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -19,6 +19,7 @@ with config.krebs.lib; config.krebs.hosts.xu ]; 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 = "tomislav@viljetic.de"; to = tv.mail; } |