From f79fdb6bb13b6eb8a0c8b0dcf117a2c3e0e241c6 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Mon, 14 Oct 2019 21:08:33 +0100 Subject: [PATCH] eximconf: more RBLs for the default set Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index f55c0f796..0cd231b82 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -897,7 +897,7 @@ check_recipient: deny message = host $sender_host_address is listed in $dnslist_domain; see $dnslist_text condition = ${if bool_lax{HAS_DEFAULT_OPTIONS}} - dnslists = relays.dnsbl.sorbs.net + dnslists = relays.dnsbl.sorbs.net : xbl.spamhaus.org domains = +handled_domains !hosts = +debianhosts : WHITELIST @@ -916,6 +916,12 @@ check_recipient: domains = +handled_domains !hosts = +debianhosts : WHITELIST + deny message = domain $sender_address_domain is listed in $dnslist_domain; see $dnslist_text + condition = ${if bool_lax{HAS_DEFAULT_OPTIONS}} + dnslists = dbl.spamhaus.org/$sender_address_domain + domains = +handled_domains + !hosts = +debianhosts : WHITELIST + <%- unless @use_smarthost -%> deny domains = +handled_domains local_parts = ${if match_domain{$domain}{+virtual_domains}\ -- 2.20.1