[rbldnsd] Newbie questions
Lyle Giese
lyle at lcrcomputer.net
Wed May 18 23:37:27 MSD 2011
On 5/18/2011 11:58 AM, Phoenix Kiula wrote:
> Is there a way to use rbldns WITHOUT subscribing to an RBL?
>
> I want to do this:
>
> 1. RBL check from public database
> 2. Each check is cached for a certain time, say a day (86400 seconds)
> 3. Every subsequent RBL check for IPs that are in my local cache get
> checked locally, not needing to go outside
>
> If this is possible, are there any easy instructions to set this up?
>
> Thanks!
rbldnsd is not a general purpose dns server. It is specially designed
to only serve up RBL databases it knows about. It can not do recursive
queries(in other words, it can not ask other name servers questions).
Everything you mention can be done with BIND or any other general
purpose name server.
As far as #2, that parameter should be controlled by the other end.
They should specify the TTL for how long to cache a record.
Lyle
More information about the rbldnsd
mailing list