From b5ba3e033349a39232c1b1b1a683a33a9661907b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 5 May 2025 14:43:38 +0100 Subject: Add more spamchecker DNS configs --- etc/dns/primary.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/dns/primary.conf') diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index ce9f71d..b64ca13 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -93,6 +93,9 @@ view "internal" in { zone "multi.uribl.com" { type forward; forward first; forwarders {}; }; zone "zen.spamhaus.org" { type forward; forward first; forwarders {}; }; zone "dbl.spamhaus.org" { type forward; forward first; forwarders {}; }; + zone "sa-trusted.bondedsender.org" { type forward; forward first; forwarders {}; }; + zone "sa-accredit.habeas.com" { type forward; forward first; forwarders {}; }; + zone "bl.score.senderscore.com" { type forward; forward first; forwarders {}; }; zone "localhost" IN { type master; -- cgit v1.2.3