]> git.openstreetmap.org Git - chef.git/commitdiff
Block a sender of spam backscatter
authorTom Hughes <tom@compton.nu>
Sun, 21 Aug 2016 18:46:28 +0000 (19:46 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 21 Aug 2016 18:46:28 +0000 (19:46 +0100)
cookbooks/exim/templates/default/exim4.conf.erb

index 3c187d699587a78858f6abccdbb6bb2198df9757..33162a3189b28d963b1e6f100181ce15a900fe73 100644 (file)
@@ -385,6 +385,10 @@ acl_check_rcpt:
   deny    local_parts   = root:postmaster:webmaster:abuse:support
           senders       = :
 
   deny    local_parts   = root:postmaster:webmaster:abuse:support
           senders       = :
 
+  # Block sender of spam backscatter
+
+  deny    senders       = www-data@www.easyticket.de
+
   # Accept mail to postmaster in any local domain, regardless of the source,
   # and without verifying the sender.
 
   # Accept mail to postmaster in any local domain, regardless of the source,
   # and without verifying the sender.