diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-05 14:43:38 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-05 14:43:38 +0100 |
commit | b5ba3e033349a39232c1b1b1a683a33a9661907b (patch) | |
tree | 7cf8c6445bf8e700bf0858790b664a1caf767735 | |
parent | Add GlusterFS checks (diff) | |
download | config-b5ba3e033349a39232c1b1b1a683a33a9661907b.tar.bz2 config-b5ba3e033349a39232c1b1b1a683a33a9661907b.tar.xz config-b5ba3e033349a39232c1b1b1a683a33a9661907b.zip |
Add more spamchecker DNS configs
-rw-r--r-- | etc/dns/primary.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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; |