From 8d6026914fa894ed81b27415fc5914f9fa9d40a4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 21 Aug 2016 19:43:31 +0100 Subject: [PATCH] Block bounce messages to certain users --- cookbooks/exim/templates/default/exim4.conf.erb | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.43.2