diff options
author | jeschli <jeschli@gmail.com> | 2018-07-31 16:33:33 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-31 16:33:33 +0200 |
commit | 676f5668de1f15b9297dd5ca36385cbfc0f33d87 (patch) | |
tree | 132a46ddc2a1863ebe58ab3bdf56c9a06cefab91 /lass/2configs/exim-smarthost.nix | |
parent | d34cfa4cc8953ee227f99a36d56ec9335cba532e (diff) | |
parent | 46e725b6ee1259ad8a0d33f9ffbda6fd1dc2228d (diff) |
Merge remote-tracking branch 'origin/staging/jeschli'
Diffstat (limited to 'lass/2configs/exim-smarthost.nix')
-rw-r--r-- | lass/2configs/exim-smarthost.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/exim-smarthost.nix b/lass/2configs/exim-smarthost.nix index 371f20885..db6bda005 100644 --- a/lass/2configs/exim-smarthost.nix +++ b/lass/2configs/exim-smarthost.nix @@ -83,6 +83,7 @@ with import <stockholm/lib>; { from = "elitedangerous@lassul.us"; to = lass.mail; } { from = "boardgamegeek@lassul.us"; to = lass.mail; } { from = "qwertee@lassul.us"; to = lass.mail; } + { from = "zazzle@lassul.us"; to = lass.mail; } ]; system-aliases = [ { from = "mailer-daemon"; to = "postmaster"; } |