Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!SUMEX-AIM.Stanford.EDU!MRC%PANDA From: MRC%PANDA@SUMEX-AIM.Stanford.EDU.UUCP Newsgroups: mod.protocols.tcp-ip Subject: Re: When to acknowledge SMTP messages Message-ID: <12282332121.6.MRC@PANDA> Date: Fri, 27-Feb-87 04:05:25 EST Article-I.D.: PANDA.12282332121.6.MRC Posted: Fri Feb 27 04:05:25 1987 Date-Received: Sat, 28-Feb-87 07:43:49 EST References: <8702270038.AA00078@apolling.imagen.uucp> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 9 Approved: tcp-ip@sri-nic.arpa A much better approach is for the SMTP server to queue the message on its local disk and acknowledge immediately. The delivery can be done by an asynchronous process. Unless your system is in real bad shape, it shouldn't take any time at all to write a file on the disk. It is much better to cure the disease (SMTP servers taking an indeterminate amount of time to respond) than it is to mask the symptoms. -------