Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2001 21:40:57 -0600
From:      Anthony Kim <niceshorts@yahoo.com>
To:        Dave Atkins <dave@atkinshome.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sendmail times out connecting to local mailserver
Message-ID:  <20011206034057.GB3737@boethius.telocity.com>
In-Reply-To: <3C0E6061.2696961E@atkinshome.com>
References:  <3C0E6061.2696961E@atkinshome.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 05, 2001, Dave Atkins wrote:

> I have a freeBSD box in our datacenter with a bunch of Windows
> servers. When I attempt to send an email, it times out when
> attempting to deliver to our local mailserver. If I attempt to
> send to an address outside our network, it works...but very
> slowly. There is a 10-15 second delay before the message is
> accepted for delivery. In the case of our local mailserver, it
> just times out.
> 

Dave,

I believe you may be suffering from 2 separate problems. Sendmail
delays are often caused by a firewall (you have a PIX right?)
dropping ident requests, which sendmail likes to do. Configure
your firewall to respond to TCP/113 SYNs with RST, to see if this
improves your mail speed.

Secondly, internally, you're better off splitting DNS - separating
public from private. That way, you could safely set up an MX
record in your private DNS name space pointing to your private IP
192.168.x.x instead of mail routing out to your public, published
address.

If you don't want to do that, you may have to set up each of your
internal mail servers to use feature(mailertable) in order to
disregard DNS for specified domains. In postfix, this feature
uses the "transport" table. In qmail, it is called "smtproutes".

HTH,

-- 
"Le motd juste."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011206034057.GB3737>