]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Block another web site with a spam friendly form
[chef.git] / cookbooks / exim / templates / default / exim4.conf.erb
index ce476f7ad856ae938f6dd9364962b10dcf4764c1..f02b4193f64df2f9fe114b510c2b98fa180d27c1 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:*@email.realestate.co.nz:sipdentistry@mail.mediaworksonline.com
+
   # Accept mail to postmaster in any local domain, regardless of the source,
   # and without verifying the sender.