home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / mh / 1407 < prev    next >
Encoding:
Text File  |  1992-12-17  |  2.5 KB  |  49 lines

  1. Newsgroups: comp.mail.mh
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.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: Differences invoking sendmail or using socket (localhost,SMTP)
  5. Message-ID: <1992Dec17.192457.6234@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <VIXIE.92Dec16113711@cognition.pa.dec.com> <MRL.92Dec17092427@sun4.uai.com> <2B30CAD2.24855@ics.uci.edu>
  8. Date: Thu, 17 Dec 1992 19:24:57 GMT
  9. Lines: 38
  10.  
  11. In article <2B30CAD2.24855@ics.uci.edu> jromine@buckaroo.ics.uci.edu (John Romine) writes:
  12. >mrl@uai.com (Mark R. Ludwig) writes:
  13. >>I'm reticent to configure N outlying workstations to use SMTP directly
  14. >>to our single mail hub, since I don't want to ...  lose mail if the
  15. >>hub is busy, hung, or dead.
  16. >
  17. >You can give a list of MTAs to contact in the "servers:" line of the
  18. >MH mtstailor file.  For better fault-tolerance, you could list some
  19. >servers which belong to another department or organization.  I have
  20.  
  21. This [the use of other departments or organizations] doesn't work if
  22. local users send local mail without hostnames on the recipient address.
  23. The address will be interpreted as in the domain of the server contacted
  24. instead of the sending domain.
  25.  
  26. >>My understanding is that mail can be dropped if the hub is not accepting
  27. >>SMTP for a time, and the system from which mail is being sent cannot
  28. >>maintain the background process (due to crash, reboot, ...
  29. >
  30. >In this case, when you "send", MH will say that no servers are available.
  31.  
  32. When sendmail is "not accepting connections" due to load average, the
  33. connection is actually made by the daemon but no accept() is executed.
  34. The sender sees this as a connection which is completed but then times
  35. out.  I've seen post sitting in a sleep/retry loop for an extended period
  36. when this happens.  Of course perhaps it was really doing the retry in
  37. an attempt to send a message saying that no server was available :-( .
  38.  
  39. >If you have a group of diskless workstations and one file server, it's
  40. >pretty obvious that running an MTA only on the file server (and letting
  41. >the clients post mail with SMTP) is the way to go.  The workstations
  42. >won't be doing much if the file server is down; they don't need an MTA.
  43.  
  44. Except you need sendmail on the clients anyway, since not all mail uses
  45. MH.  I haven't tried the recently announced release yet, but the
  46. pseudo-sendmail in the MH package is useless for this purpose on 6.7.2.
  47. It rejects messages that a normal sendmail would accept.
  48.  
  49.