Hello,<div><br></div><div>I have a setup where I use yadifa for an authoritative, non-recursive DNS server for a domain (running on machine X).</div><div><br></div><div>I have unbound running on machine Y where I point all my users to use as a DNS resolver. The unbound config has a stub section pointing all DNS queries for my domain to the machine X and a forwarder section for everything else (using "."). The machine X that runs the non-recursive, authoritative server (yadifa) has a few CNAMEs where <a href="http://something.mydomain.com">something.mydomain.com</a> is a CNAME for <a href="http://somehost.someotherdomain.com">somehost.someotherdomain.com</a>. I get unbound to return the CNAME (it received from server on machine X) correctly but it does not recursively go out and get the IP - how do I get it to do that?</div>

<div><br></div><div>Thanks!</div><div>OD</div>