home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10580 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!cambria!bjones
  3. From: bjones@cambria.columbus.oh.us (Bill Jones)
  4. Subject: Re: SLS mail problem
  5. References: <BuGCJK.IyH@acsu.buffalo.edu>
  6. Organization: Cambria Mail and News Gateway -- Columbus., OH
  7. Date: Sat, 12 Sep 1992 18:24:43 GMT
  8. X-Newsreader: Tin 1.1 PL4
  9. Message-ID: <1992Sep12.182443.2673@cambria.columbus.oh.us>
  10. Lines: 20
  11.  
  12. In order to have mail work correctly, you need to create a mail file for
  13. each of your users in the directory /usr/spool/mail.  A simple
  14.  
  15.     touch <user-name>
  16.  
  17. will do the trick.  This file must be owned by the intended user with group
  18. set to be the same as the mail group (on my machine -- ``system'').  Then
  19. `chmod 660 *' or some less restrictive mask.  Then mail should work fine.
  20. (Be sure to allow read/write accress to the directory /usr/spool/mail for
  21. both root and the group.  Sonce I am in the group system my permissions are
  22. set at 775.  You may have to change yours to 777 to allow anyone -- meaning
  23. you as non-root -- to write there.)
  24.  
  25. Bill
  26.  
  27. --
  28. ===============================================================================
  29. Bill Jones
  30. bjones@cambria.columbus.oh.us
  31. ===============================================================================
  32.