From: Tom Hughes Date: Sun, 21 Aug 2016 18:43:31 +0000 (+0100) Subject: Block bounce messages to certain users X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8d6026914fa894ed81b27415fc5914f9fa9d40a4 Block bounce messages to certain users --- diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index ce476f7ad..3c187d699 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -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.