]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Use fonts-droid-fallback on Ubuntu 16.04
[chef.git] / cookbooks / exim / templates / default / exim4.conf.erb
index ce476f7ad856ae938f6dd9364962b10dcf4764c1..be44f9294a9f755749a5c736fe812f95b486be55 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
+
   # Accept mail to postmaster in any local domain, regardless of the source,
   # and without verifying the sender.