diff options
| author | tv <tv@krebsco.de> | 2026-05-14 20:51:14 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-05-14 20:51:14 +0200 |
| commit | a3c8b88a930b508e23832be9d79dc3ac56f454b9 (patch) | |
| tree | 4a08dab68e57158dec869e9d3195eb82cc348c18 /configs | |
| parent | e1408a43dddd1997c3f2fb9b582f9db94f8e1214 (diff) | |
exim-smarthost: mv-ni -> mv
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/exim-smarthost.nix b/configs/exim-smarthost.nix index d983165..80c284a 100644 --- a/configs/exim-smarthost.nix +++ b/configs/exim-smarthost.nix @@ -19,7 +19,7 @@ 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-ni.mail; } + { from = "mirko@viljetic.de"; to = mv.mail; } { from = "tomislav@viljetic.de"; to = tv.mail; } { from = "tv@viljetic.de"; to = tv.mail; } { from = "tv@shackspace.de"; to = tv.mail; } |
