Heiko Schlittermann wrote:
> Hello Marc,
>
> Marc Perkel <[EMAIL PROTECTED]> (So 04 Jun 2006 22:19:18 CEST):
>   
>> My domain junkemailfilter.com has 3 name servers set. But - for the host 
>> dnsbl.junkemailfilter.com I'm using a different nameserver. So I want to 
>> tell that world that a query to 92.239.252.87.dnsbl.junkemailfilter.com 
>> should go to this new nameserver instead of the regular one for the rest 
>> of the domain.
>>     
>
> I wouldn't say it's advanced, or I missed some point...
> First answer is: There is good documentation about setting up DNS
> service around.  (e.g. O'Reilly, DNS and Bind, a really good book)
>
> Second fast answer (if you're using Bind{8,9} zone files):
>
>     $ORIGIN junkemailfilter.com.
>     $TTL 10m
>
>     @           IN SOA .... (
>                 ...
>                 ...
>                 )
>
>     
>                 IN NS NS.REALITY-DNS.COM.
>                 IN NS REALITY-DNS.NET.
>                 IN NS NS.REALITY-DNS.ORG.
>
>     ....
>
>     dnsbl       IN NS <your 1st name server for your subdomain>
>                 IN NS <your 2nd name server for your subdomain>
>
>     ; and do not forget the glue records, if your name servers
>     ; are inside the subdomain
>
>
>
>   
Thanks - that's what I did. I just didn't wait long enough for it to 
take effect.

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to