home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1826 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.5 KB  |  32 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 29 JUL 92 22:57:47 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. Subject: Possible Bug??
  7. X-RFC822-From: Harry Hopcroft <hopcroft@polar.bowdoin.edu>
  8. From: Harry Hopcroft <hopcroft@polar.bowdoin.edu>
  9. X-Mailer: ELM [version 2.3 PL0]
  10. Organization: The INFO-MULTINET Community
  11. Message-ID: <238052D629JUL92225747@TGV.COM>
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13. Lines: 17
  14.  
  15. We had an interesting occurrence this week in which the SMTP symbiont seemed
  16. to be running amok.  It used up virtually all of the CPU time and was filling
  17. up the system disk.  Examination showed that it was repeatedly trying to send
  18. an undeliverable mail message to the Postmaster.  The Postmaster account was,
  19. however, missing.   One reasonably might ask, of course, how THAT situation
  20. came about and I have no answer yet, but it did occur.  When SMTP tried to
  21. return undeliverable mail to the postmaster, the effort generated an
  22. "undeliverable mail" error, so SMTP tried to send that to the postmaster,etc.
  23.  
  24. Clearly the proximate cause of the problem here is the absence of the
  25. postmaster account, and the problem went away when we simply added such an
  26. account, but we wonder if maybe a trap couldn't be put into the code
  27. someplace that would abort such an infinite loop.  Maybe the errant message
  28. could be sent to SYSTEM instead of postmaster if two "undeliverable" messages
  29. in a row are generated.
  30.  
  31. 
  32.