From 96b6a81969a194dca42c93dec234ed5bdafe4d7a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 22 Aug 2016 13:29:29 +0100 Subject: [PATCH] Block a sender of spam backscatter --- cookbooks/exim/templates/default/exim4.conf.erb | 2 +- cookbooks/munin/templates/default/munin.conf.erb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 33162a318..e22fd7425 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -387,7 +387,7 @@ acl_check_rcpt: # Block sender of spam backscatter - deny senders = www-data@www.easyticket.de + deny senders = www-data@www.easyticket.de:info@realestate.co.nz # Accept mail to postmaster in any local domain, regardless of the source, # and without verifying the sender. diff --git a/cookbooks/munin/templates/default/munin.conf.erb b/cookbooks/munin/templates/default/munin.conf.erb index 5134e6da1..bfce7af12 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -341,6 +341,7 @@ unknown_limit 144 squid_requests.errors.draw STACK squid_requests.requests.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_requests.requests", @tilecaches %> squid_requests.requests.label misses + squid_requests.requests.cdef requests,hits,-,errors,- squid_requests.requests.draw STACK squid_traffic.graph_title Squid traffic status squid_traffic.graph_args --base 1000 -- 2.43.2