On Thu, Oct 07, 2004 at 03:35:50PM +0200, Turbo Fredriksson wrote: > I get quite a lot of these, but I can't seem to figure out > why... > > ----- s n i p ----- > 2004-10-07 15:25:02.870562500 tcpserver: ok 1073 MY_MAIL_SERVER_FQDN:212.214.70.8:25 > :221.198.65.70::3971 > 2004-10-07 15:25:02.985943500 qmail-smtpd 1073: connection from 221.198.65.70 > (unknown) to MY_MAIL_SERVER_FQDN > 2004-10-07 15:25:02.987150500 qmail-smtpd 1073: read error or connection closed > 2004-10-07 15:25:02.988496500 tcpserver: end 1073 status 256 > ----- s n i p ----- > > This is QmailLDAP 20040701 using SMTP auth. MIGHT have > something to do with that, but... ?
Most obvious you have a client that terminates the smtp session with a simple close(2) instead of a "QUIT" and then close. This is nothing harmful and the error should be split in two as it seems that there are quite a few missbehaving SMTP implementations. -- :wq Claudio
