home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3495 < prev    next >
Encoding:
Text File  |  1992-07-25  |  2.3 KB  |  64 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!yuma!yuma.acns.colostate.edu!ryanr
  3. From: ryanr@lamar.lamar.colostate.edu (Richard Ryan)
  4. Subject: answers to my rmail problems and thanks
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <RYANR.92Jul25200525@lamar.lamar.colostate.edu>
  7. Date: Sun, 26 Jul 1992 01:05:25 GMT
  8. Distribution: gnu
  9. Nntp-Posting-Host: lamar.acns.colostate.edu
  10. Organization: /m/a/ryanr/.organization
  11. Lines: 51
  12.  
  13. Hello,
  14.  
  15. Before I continue, I would like to extend to everyone who has helped me
  16. with rmail the deepest thanks.
  17.  
  18. I've getting mail to share the answers I've been getting concerning
  19. sharing answers I've been getting to my rmail problems.
  20.  
  21. Problem 1:
  22.     I had been getting error messages concerning emacs' rmail
  23. reading my /usr/spool/mail/ryanr file.  Because emacs was not allowed
  24. to suck up "ryanr" from the directory, rmail could not read "ryanr."
  25.  
  26. Here's the answer:
  27.  
  28. >   You need to change the group (using chown or chgrp) of the
  29. >   executable file 'etc/movemail' to the group named 'mail', and then
  30. >   turn on the setgid bit of 'etc/movemail' using 'chmod'.  So the
  31. >   commands will be something like this:
  32. >    cd /usr/local/emacs/etc      # or wherever the emacs/etc directory is
  33. >    chgrp mail movemail          # or maybe chown <user>.mail movemail
  34. >    chmod 2555 movemail          # the 2 is setgid, the 5s make it 
  35. >                                 # executable and readable
  36. >     
  37. >   You will need to have the sysadmin do this if you cannot.
  38.  
  39. Problem 2:
  40.     After the sys admin fixed the problem, rmail could not find my
  41. mail file.
  42.  
  43. Answer:
  44.     When I was trying to figure out the first problem, I had
  45. pretty much dinked around with my .emacs file in desperation.  I had
  46. tried to tell rmail where in the H-E-double-toothpicks to look for my
  47. darn ol' mail file.  Somebody sent me mail letting me know that I
  48. needed the last slash you now see in the following string argument.
  49. (setq rmail-spool-directory "/usr/spool/mail/")
  50.  
  51. If there's anything else anyone else wants to know concerning the
  52. requests for help with rmail I've posted, please mail me.
  53.  
  54. Again, for everyone who has helped me out with this situation, thank
  55. you.
  56.  
  57. Richard.
  58.  
  59. p.s.  Ironically, my next posting is going to be a request for help
  60. installing VM  :-)
  61. --
  62. ...
  63.