Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sendmail - Range of normal delivery delays?

2 views
Skip to first unread message

edspyhill01

unread,
Jan 6, 2010, 8:58:34 AM1/6/10
to
Does Sendmail define the "normal" range of delivery times/delays? Is
there a stated or implied SLA that states delivery times and
acceptable delay times?

Ed

Loki Harfagr

unread,
Jan 7, 2010, 4:05:14 AM1/7/10
to
Wed, 06 Jan 2010 05:58:34 -0800, edspyhill01 did cat :

The SMTP gives a few recommendations here:
RFC 5321 (2821) 4.5.4.1 Sending Strategy

As for Sendmail the default value is set to 5 days:
--------
$ grep -A 2 'confTO_QUEUERETURN\b' /usr/share/sendmail/cf/README
confTO_QUEUERETURN Timeout.queuereturn
[5d] The timeout before a message is
returned as undeliverable.
--------

which suits very well the RFC ;-)
"
the give-up time generally needs to be at least 4-5 days.
"

edspyhill01

unread,
Jan 7, 2010, 8:05:32 AM1/7/10
to
On Jan 7, 4:05 am, Loki Harfagr <l...@thedarkdesign.free.fr.INVALID>
wrote:

Excellent, Thank you. We've used the 3 day Timeout.queuereturn for as
long as I've been here, Lotus Notes and Sendmail. I wanted to ensure
there wasn't some unofficial delivery goal that should be used.

People assume every single email will take seconds to traverse the
Internet and arrive in their inbox. In a world of ever increasing
Spam and Phishing emails and the filters to deal with all of it, users
must expect some delays. In addition to explaining the realities of
the Internet Email and Spam, explaining at a high level the varied
MUA's and MTA's each email takes, I've been suggesting that "business
critical, time-sensitive emails" should be exchanged over dedicated
lines or VPNs.

Another aspect of this problem is we have outsourced EVERYTHING, so we
now have hundreds of very small companies without resources to deploy
robust Internet SMTP servers sending emails and getting delayed by our
Spam rules.

I'm putting together an internal Help document to explain the
limitations of Internet Email, reasons for those limitations,
reasonable user expectations, and solutions for "business critical,
time-sensitive emails".

ska

unread,
Jan 8, 2010, 4:57:57 AM1/8/10
to
edspyhill01 wrote:
> MUA's and MTA's each email takes, I've been suggesting that "business
> critical, time-sensitive emails" should be exchanged over dedicated
> lines or VPNs.

Hmm.

> Another aspect of this problem is we have outsourced EVERYTHING, so we

Oh :-(

> now have hundreds of very small companies without resources to deploy
> robust Internet SMTP servers sending emails and getting delayed by our
> Spam rules.

> I'm putting together an internal Help document to explain the
> limitations of Internet Email, reasons for those limitations,
> reasonable user expectations, and solutions for "business critical,
> time-sensitive emails".

If the problems are mostly the incoming mails, depending on your needs
and the remote partners:

1) you could deploy other strategies besides VPN, such as instant
messaging, e.g. Jabber. There ought to be mail<->jabber gateways you
can run in-house for local users.

2) let have them sign their mails with PGP/GPG. You then whitelist
particular keys in-house bypassing certain delays.

-ska

0 new messages