> How can one override a recursive lookup for a domain not hosted on a
> Microsoft DNS Server?
[quoted text clipped - 10 lines]
> query this server directly for all these domains, rather than resolving
> hierarchically down from a root server.
For a SINGLE record you can:
Just create ZONE that is the same name as the SPECIFIC
server (e.g., serverX.domain.com) and then give it an A
record with a 'blank' name (which means it will be the
same as the zone, i.e., "same as parent" which is both the
name of the 'zone' AND the actual server.)
> - The local linux guys say this can be done easily on djbdns, just telling
> the cache the ips of the servers which all queries related to a domain
> should
> be directed to.
For directing the queries on an entire zone to a different
server you must use Win2003 (NOT Win2000) Conditional
Forwarding OR you must actually hold a secondary for the
correct server (only choice on Win2000.)
> The question is: How can you tell a Microsoft DNS Server which servers to
> query for a certain domain, thus selectively bypassing the usual
> TLD-SLD-LD
> lookup?
To do it (precisely) this way requires Win2003 if you use
a Microsoft server.
For the most part a Microsoft DNS server is better for supporting
a Microsoft ACTIVE DIRECTORY (on many counts including
especially replication and security) but there are some things that
are easier to do with Open Source DNS (BINS, djbdns, etc.)

Signature
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
> Thanks comments