[ale] Sendmail latency

Jim Popovitch jimpop at yahoo.com
Tue Jan 25 11:45:49 EST 2005


On Tue, 2005-01-25 at 11:08 -0500, Ryan Fish wrote:
> > I would also verify that the "forwards" section of named.conf has the
> > correct upstream nameservers identified.
> 
> I find nothing regarding "forwards" in named.conf

Without a forwards section your DNS requests will all go the the root
DNS servers (not a real good idea).  Does your hosting/IP provider
provide DNS servers for you to use?  These would/should be much faster
then querying the roots.

Here is an example of a forwarders statement:

  forwarders { 192.168.10.10; 192.168.100.10; };

I would also recommend that you change /etc/resolv.conf to this:

   search <your_domain>
   nameserver 127.0.0.1
   nameserver 192.168.10.10  <- replace this with your providers DNS
   nameserver 192.168.100.10  <- replace this with your providers DNS

> 
> - The sendmail processes must be working "right" then.

Sendmail *never* works right, most folks are just lucky. ;-)

-Jim P.





More information about the Ale mailing list