Re: SERVFAIL on Dig DKIM Record

2009-09-24 Thread Kevin Darcy
The info from the zone itself is always considered "better" than the same information from a delegation, so named is going out and trying to fetch it. When it encounters the SERVFAIL it passes it back to the invoker. If you want to see the delegation record, put a +norec ("no recurse") on the

Re: SERVFAIL on Dig DKIM Record

2009-09-24 Thread Bradley Caricofe
Thanks guys... :^ ) On Thu, Sep 24, 2009 at 12:32 PM, Matthew Horsfall wrote: > brad wrote: > > Thanks Kevin, but shouldn't I be able to get info from my DNS server for > > this record? I'm doing this and getting the SERVFAIL: > > > > dig @dns1.irides.com bh._domainkey.e

Re: SERVFAIL on Dig DKIM Record

2009-09-24 Thread Matthew Horsfall
brad wrote: > Thanks Kevin, but shouldn't I be able to get info from my DNS server for > this record? I'm doing this and getting the SERVFAIL: > > dig @dns1.irides.com bh._domainkey.edweek.org That's most likely because your nameserver is trying to recurse for you. Try th

Re: SERVFAIL on Dig DKIM Record

2009-09-24 Thread brad
Thanks Kevin, but shouldn't I be able to get info from my DNS server for this record? I'm doing this and getting the SERVFAIL: dig @dns1.irides.com bh._domainkey.edweek.org NS On Thu, Sep 24, 2009 at 12:14 PM, Kevin Darcy wrote: > pdns1.ultradns.net is returning the SERVFAIL: > > $ dig bh._doma

Re: SERVFAIL on Dig DKIM Record

2009-09-24 Thread Kevin Darcy
pdns1.ultradns.net is returning the SERVFAIL: $ dig bh._domainkey.edweek.org any @pdns1.ultradns.net ; <<>> DiG 9.3.0 <<>> bh._domainkey.edweek.org any @pdns1.ultradns.net ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 384 ;; flags: qr rd; QUERY:

SERVFAIL on Dig DKIM Record

2009-09-24 Thread brad
Hello, A user recently asked me to add this record for them: bh._domainkey.edweek.org NS pdns1.ultradns.net I've done so, however, BIND is kicking out SERVFAILS when I dig it. I'm running 9.6.1-P1, do I need to add a setting for BIND to accept this subdomain delegation? Thanks, Brad ___