<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>Hi,</p>
<p>I have setup a simple MySQL backend for a domain with a few MX records, a couple of A records, two NS records and a SOA record for the domain.</p>
<p>All dig commands are run from a completely unrelated server:</p>
<p>dig a www.example.com is working: it returns the right A record</p>
<p>dig a example.com is working: it returns the right A record</p>
<p>Now this is where things go wrong:</p>
<p>dig a abc.example.com returns a SERVFAIL but I am expecting a NXDOMAIN response because there is no A record for abc.example.com</p>
<p>I checked the PowerDNS logs and this is there:</p>
<p>Oct 29 16:44:45 ns1 pdns[27687]: Exception building answer packet (Unknown DNS type 'example.example.com') sending out servfail<br />Oct 29 16:44:45 ns1 pdns[27687]: Exception building answer packet (Unknown DNS type 'example.example.com') sending out servfail<br />Oct 29 16:44:45 ns1 pdns[27687]: Exception building answer packet (Unknown DNS type 'example.example.com') sending out servfail<br />Oct 29 16:44:45 ns1 pdns[27687]: Exception building answer packet (Unknown DNS type 'example.example.com') sending out servfail<br />Oct 29 16:44:45 ns1 pdns[27687]: Exception building answer packet (Unknown DNS type 'example.example.com') sending out servfail<br /><br /></p>
<p>Five messages with unknow dns type 'domain.domain.tld'.</p>
<p>I have tried an online tool like http://www.kloth.net/services/dig.php as well and it generates the same error in the logs but only once instead of five times.</p>
<p>Can anyone point me in the right direction? I'm stumped. I'm running the latest version on Debian.</p>
<p>Thanks,</p>
<p>Martin</p>
<div> </div>
</body></html>