diff options
author | tv <tv@krebsco.de> | 2015-10-05 03:01:21 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-05 03:09:01 +0200 |
commit | 282a3dff363ecf183aa5852c8390fefafc349870 (patch) | |
tree | 196159d10fe44c1f1499af33153f0586f8a9ea4b /tv/2configs | |
parent | ff90b0148838e6083580f68523579250ac9fe69d (diff) |
define spam-ml in krebs/3modules
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 811c8e4..07acd59 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -26,14 +26,6 @@ # TODO lists@smtp.retiolum [consul] { from = "postmaster@krebsco.de"; to = tv.mail; } - - { from = "spam@krebsco.de"; - to = pkgs.lib.concatStringsSep "," [ - tv.mail - "lass@mors.retiolum" - makefu.mail - ]; - } ]; system-aliases = [ { from = "mailer-daemon"; to = "postmaster"; } |