From a626c2a070bbc24a37dffc3953842b02db6a703a Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Mon, 5 Oct 2015 03:03:51 +0200
Subject: [PATCH] postmaster@krebsco.de -> spam-ml

---
 krebs/3modules/default.nix     | 1 +
 tv/2configs/exim-smarthost.nix | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/krebs/3modules/default.nix b/krebs/3modules/default.nix
index 6db39701a..7a67be17e 100644
--- a/krebs/3modules/default.nix
+++ b/krebs/3modules/default.nix
@@ -119,6 +119,7 @@ let
           tv
         ];
       in {
+        "postmaster@krebsco.de" = spam-ml; # RFC 822
         "spam@krebsco.de" = spam-ml;
       });
 
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix
index 07acd593b..dc2ef2395 100644
--- a/tv/2configs/exim-smarthost.nix
+++ b/tv/2configs/exim-smarthost.nix
@@ -23,9 +23,6 @@
 
       # TODO killme (wo wird die benutzt?)
       { from = "tv@cd.retiolum"; to = tv.mail; }
-
-      # TODO lists@smtp.retiolum [consul]
-      { from = "postmaster@krebsco.de"; to = tv.mail; }
     ];
     system-aliases = [
       { from = "mailer-daemon"; to = "postmaster"; }