]> git.openstreetmap.org Git - chef.git/commitdiff
Block bounce messages to certain users
authorTom Hughes <tom@compton.nu>
Sun, 21 Aug 2016 18:43:31 +0000 (19:43 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 21 Aug 2016 18:43:31 +0000 (19:43 +0100)
cookbooks/exim/templates/default/exim4.conf.erb

index ce476f7ad856ae938f6dd9364962b10dcf4764c1..3c187d699587a78858f6abccdbb6bb2198df9757 100644 (file)
@@ -380,6 +380,11 @@ acl_check_rcpt:
           local_parts   = ^[./|] : ^.*[@!] : ^.*/\\.\\./
   #############################################################################
 
+  # Block bounces to selected addresses
+
+  deny    local_parts   = root:postmaster:webmaster:abuse:support
+          senders       = :
+
   # Accept mail to postmaster in any local domain, regardless of the source,
   # and without verifying the sender.