
Signature
James L. Ryan -- TaliesinSoft
> I should have made it clear that my question was one of technical curiosity
> and not one of real concern over the differences in the times.
OK. There are two common designs of mail relay servers.
In one, when it receives a message, it immediately tries to send it to
its destination. If that fails, the message is queued for later
retries. Eventually it will be delivered or returned to sender if this
continues to fail for too long (usually 3-5 days).
The other design is that the incoming message is just put into the
queue, and a separate process goes through the queue looking for
messages to deliver.
Some servers actually use both mechanisms, depending on their load.
When the load is light, they try to deliver immediately. When the
system is heavily loaded, it just queues the messages, since that's
faster.

Signature
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***