Dear All,

 My BIND DNS server is authorized to use spamhaus RPZ service and spamhaus 
official team requested me to paste below configuration line in 
/etc/named.conf file. Since i am new to RPZ and BIND, kindly help me to 
enable this feature.



zone "rpz.spamhaus.org" {
  type slave;
  file "dbx.rpz.spamhaus.org";
   masters { 199.168.90.51; 199.168.90.52; 199.168.90.53; };
  allow-transfer { none; };
   allow-query { none; };
};


My question is:

1. If i paste the above line alone in /etc/named.conf file will work?

2. What will be the content of dbx.rpz.spamhaus.org file ?

3. How to maintain the local whitelist policy?


Regards
Babudheen
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to