]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Block a sender of spam backscatter
[chef.git] / cookbooks / exim / templates / default / exim4.conf.erb
index ce476f7ad856ae938f6dd9364962b10dcf4764c1..e22fd74253254deced5698f016238ba524aebc03 100644 (file)
@@ -380,6 +380,15 @@ acl_check_rcpt:
           local_parts   = ^[./|] : ^.*[@!] : ^.*/\\.\\./
   #############################################################################
 
+  # Block bounces to selected addresses
+
+  deny    local_parts   = root:postmaster:webmaster:abuse:support
+          senders       = :
+
+  # Block sender of spam backscatter
+
+  deny    senders       = www-data@www.easyticket.de:info@realestate.co.nz
+
   # Accept mail to postmaster in any local domain, regardless of the source,
   # and without verifying the sender.