summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-05 03:01:21 +0200
committertv <tv@shackspace.de>2015-10-05 03:09:01 +0200
commit8167fe985a9d97ec4fd9c5b1c2d559deba100642 (patch)
treeaa2993e96d9063a8a45c4eed74276da23654a362 /tv/2configs/exim-smarthost.nix
parent04c0f3935b257ab3cd396a5274f691e982c8dba3 (diff)
define spam-ml in krebs/3modules
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r--tv/2configs/exim-smarthost.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix
index 811c8e4c..07acd593 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"; }