OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Weird "Host not found" error

From: Ben Beuchler (insytegmail.com)
Date: Tue Jan 02 2007 - 15:33:46 CST


> What I am wondering is not how to fix my DNS problem, but rather why Postfix
> doesn't get beyond the "Host not found" by trying another host in the
> /etc/resolv/conf file....

Dig will try every entry in resolv.conf. It behaves this way as it is
a troubleshooting tool. This is not how the system resolver libraries
behave, nor is it how they *should* behave. Once a DNS server has
responded that the domain or host does not exist, it would be silly
for the client library to assume that it's incorrect and move on to
try two or three other DNS servers just to be sure.

-Ben