Thanks for the great explanation!<br><br><div><span class="gmail_quote">On 4/10/07, <b class="gmail_sendername">Derrik Pates</b> <<a href="mailto:demon@devrandom.net">demon@devrandom.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tom Rossi wrote:<br>> Thank you so much for helping me out.  I think I may be showing my<br>> ignorance.  I thought it would have to be configured with a recursor to<br>> be able to resolve something it is not authoritative.  So in my
<br>> scenario, the DNS is the authority for <a href="http://mydomain.com">mydomain.com</a><br>> <<a href="http://mydomain.com">http://mydomain.com</a>> and I have an MX record that points to<br>> <a href="http://mx.google.com">
mx.google.com</a>.  My authoritative DNS for <a href="http://mydomain.com">mydomain.com</a> needs to be<br>> able to resolve <a href="http://mx.google.com">mx.google.com</a>.<br><br>No, your authoritative nameserver doesn't have to care what
<br>'<a href="http://mx.google.com">mx.google.com</a>' points to; it just returns the MX record by itself to<br>the recursor. If the MX happened to be in a local zone, it could provide<br>the A record that it points to, but that's not required. The recursor
<br>may (optionally) do additional processing, i.e., resolve where<br>'<a href="http://mx.google.com">mx.google.com</a>' points to, but this is not required either.<br><br>> Do I need to configure a recursor<br>
> to make that happen?<br><br>Your mailserver should either be running a local recursor (good for<br>high-demand mailservers to prevent excessive waiting around for<br>recursive lookups), or referring to one or more central recursors, which
<br>handle the task of recursive lookups for it.<br><br>--<br>Derrik Pates<br><a href="mailto:demon@devrandom.net">demon@devrandom.net</a><br></blockquote></div><br>