diff options
-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; |