Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 1995 18:38:32 +0200 (MET DST)
From:      J Wunsch <j@jette.heep.sax.de>
To:        current@FreeBSD.org
Subject:   Re: dumb Q. on sendmail
Message-ID:  <199504231638.SAA01420@jette.heep.sax.de>
In-Reply-To: <9504212320.AA13507@brasil.moneng.mei.com> from "Joe Greco" at Apr 21, 95 06:20:53 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Actually, what you *might* want to do is to pass off all your mail to your
> ISP, and have their machines deal with it.  All you really need to do is
> look at Sendmail's examples for "smarthost" delivery, where the local
> Sendmail mostly disregards DNS/etc.  This is the fix that will probably
> serve you best.

But the smarthost would not prevent you from the following:

While you're actually connected to the net, it's highly probable
that there will be several outgoing messages from freefall (e.g.)
just within that time.  Since freefall can reach your system
directly, it will use this link instead of any less-preferrable
MX.  As the result, while you can upload your batched mails quickly
to your smarthost, you'll still have to wait until all _incoming_
SMTP connections will be closed again.  This can take forever, since
there will be many new connections opened while the existing ones
are serviced.  If you break the line, the connection will timeout
and the mail bounce (since the sender found your system reachable
for some time, and hence didn't fall back to an MX).

Why can't you use UUCP for this?  It _is_ already batched, and you
can run it separately as well as ``in background'' via TCP while
your IP connection is up.  Your provider must be the best MX for
your machine, while the machine itself is not mentioned as an MX
for itself.  This way, sending smtp's should never use the A record
directly (some old mailers do however).  Your provider could then
use a mailertable to decide where outgoing uucp connections will be
fed to.

The above is what i'm using regularly here.

J"org



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