Today, at 11:38am, Jeff Hayward said:

| On Wed, 12 Jan 2000, Benjamin de los Angeles Jr. wrote:
|   
|   Does anyone knows the meaning of this line in /var/log/qmail/smtpd/current
|   
|   2000-01-12 23:34:54.119415500 tcpserver: end 20275 status 256
|   
| It can mean qmail-smtpd:
| 
| o     Timed out while reading or writing the net.
| o     Received an error while reading or writing the net
| o     Ran out of memory
| o     Can't figure out its IP address
| o     Saw a message with a stray newline
| o     Can't read a control file
| 
| and possibly others.  Most common for my site are the first two.

I would guess (since he got it from a CGI script trying to send mail via
SMTP) that qmail-smtpd saw a message with a stray newline.  (I used to get
this a lot when we switched over to qmail -- all of my CGI scripts that
send mail ran into it.)

You might look at

http://www.ornl.gov/its/archives/mailing-lists/qmail/1999/03/msg00866.html

(although I chose instead to fix the offending CGI scripts).

Troy

Reply via email to