home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / elm / 3420 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.5 KB  |  61 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!doug.cae.wisc.edu!umn.edu!jladwig
  3. From: jladwig@soils.umn.edu (John Ladwig)
  4. Subject: Re: Problems with sendmail called from ELM - ME TOO!
  5. Message-ID: <1992Nov20.232103.5920@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: saturn.soils.umn.edu
  8. Reply-To: john.ladwig@soils.umn.edu
  9. Organization: UMN Soils GIS Lab
  10. References: <1992Nov13.175323@hlrz24.hlrz.kfa-juelich.de> <DUG.92Nov16173206@morlich.turing.ac.uk> <Bxto0D.6s9@cs.psu.edu>
  11. Date: Fri, 20 Nov 1992 23:21:03 GMT
  12. Lines: 47
  13.  
  14. In <Bxto0D.6s9@cs.psu.edu> kenh@leps5.phys.psu.edu (Ken Hornstein) writes:
  15.  
  16. >In article <DUG.92Nov16173206@morlich.turing.ac.uk> dug@turing.ac.uk (& Scoular) writes:
  17. >>Hi All,
  18. >>In article <1992Nov13.175323@hlrz24.hlrz.kfa-juelich.de> melin@hlrz24.hlrz.kfa-juelich.de (Stephan Melin) writes:
  19. >>
  20. >>>   at our site we have a problem whith ELM sending mail:
  21. >>>   when sending mail to certain sites whith ELM the mail 
  22. >>>   never gets delivered. The message on the console reads
  23. >>>   something like: 
  24. >>>   ... sendmail, nethang connection timed out
  25. >>
  26. >>    We get this too, it seems to happen when users choose to use
  27. >>    emacs as their elm editor. The exact error we get is...
  28. >>
  29. >>NOQUEUE: SYSERR: net hang reading from mailhost: Connection timed out
  30.  
  31. >The problem lies with the version of sendmail Sun ships, and the now-infamous
  32. >OR option.
  33.  
  34. >A short synopsis: Sun has an option in their sendmail config files that, when
  35. >enabled, will deliver mail to a central mailhost IF the mail spool is NFS
  36. >mounted.  This is actually a nice feature; unfortunately, it is implemented
  37. >VERY poorly.  There are a ton of problems that happen when you enable OR;
  38. >one of them is IF you don't end a message with a newline, you will get the
  39. >"net hang" error message, and sendmail will eat the message for breakfast.
  40. >Vi doesn't let you end a message with a newline; but emacs does.
  41.  
  42. >The solution?
  43.  
  44. >    Get your system administrator to upgrade to IDA sendmail (something
  45. >    that should be done anyway).
  46.  
  47. >    Don't use emacs :-)
  48.  
  49. >    Set a emacs option so it always adds a newline (I forget what the
  50. >    option is, tho)
  51.  
  52. In your ~/.emacs or other emacs setup file:
  53.  
  54. (setq require-final-newline nil)   ;; automatically insert a newline at the end
  55.                                 ;; of a saved buffer if it is not the last char
  56. --
  57.          UMN Department of Soil Science; St. Paul, MN
  58.  
  59. Internet: john.ladwig@soils.umn.edu             Fidonet: John Ladwig 1:282/8
  60.           jladwig@torpedo.forestry.umn.edu       
  61.