home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / sendmail / 2837 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: NOQUEUE: SYSERR: What does this mean?!
  5. Message-ID: <1992Nov19.192417.15461@mp.cs.niu.edu>
  6. Keywords: sendmail
  7. Organization: Northern Illinois University
  8. References: <1992Nov19.184135.20886@news.acns.nwu.edu>
  9. Date: Thu, 19 Nov 1992 19:24:17 GMT
  10. Lines: 17
  11.  
  12. In article <1992Nov19.184135.20886@news.acns.nwu.edu> nims@Andersen.COM (Christopher D. Nims) writes:
  13. >                                                             One of our
  14. >users is complaining that some of his mail isn't getting out.  The
  15. >following messages are showing up in /var/log/syslog:
  16. >
  17. >Nov 17 13:57:59 valentino sendmail[1279]: NOQUEUE: SYSERR: net hang reading
  18. >from  andersen: Connection timed out
  19.  
  20. If this is only happening to a few individual users, one possibility is
  21. that they are managing to create a message without a trailing '\n'.  If
  22. the line is not properly terminated the SMTP receiver hangs waiting
  23. for CR,LF, '.' CR, LF.
  24.  
  25. If this happens to all mail from one host there is a possibility of a
  26. network problems.  But if it is a network problem you should also have
  27. experience it with other software using TCP.
  28.  
  29.