Volker Ahrendt schrieb: > Moin, folks! > > I do not know exactly, when this occured the first time, but today I > noticed, that sending an e-mail takes some seconds (15-20s) before the > transfer actually starts. Normally the transfer used to start > immediately. See the log: > > <snip> > > 27.08.2008, 15:42:10: SEND - sending mail message(s) - 1 message(s) in queue > 27.08.2008, 15:42:11: SEND - connected to SMTP server > 27.08.2008, 15:42:26: SEND - authenticating (plain)... > 27.08.2008, 15:42:26: SEND - sending message to [EMAIL PROTECTED] > 27.08.2008, 15:42:26: SEND - message to [EMAIL PROTECTED] sent (698 bytes) > 27.08.2008, 15:42:26: SEND - connection finished - 1 message(s) sent > > </snip> > > Btw: It does not matter, if one uses a regular (Port 25) or secure > connection (Port 465). And I yes, I tested this with different > e-mail providers. >
Hello, I had exactly this problem (30sec delay)- caused by a missing parameter at xinetd/inetd configuration on the mail server. This occures due to the mail server (in my case qmail) doing a dns request which is finally timed out after 30 secs. I added the "-Rt0" parameter to the smtp settings in inetd configuration and everything was immediately fine. -- Regards, Albrecht ________________________________________________________ Current beta is 4.0.32.2 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html

