home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22070 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.5 KB  |  43 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!news.UVic.CA!sanjuan!pmacdona
  3. From: pmacdona@sanjuan (Peter MacDonald)
  4. Subject: Re: something screwy with mail...
  5. Message-ID: <1992Dec29.192809.776@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sanjuan.uvic.ca
  8. Organization: University of Victoria, Victoria B.C. CANADA
  9. References: <marcf.725421090@yorku.ca> <C016B7.4q6@rice.edu>
  10. Date: Tue, 29 Dec 92 19:28:09 GMT
  11. Lines: 30
  12.  
  13. In article <C016B7.4q6@rice.edu> dharry@cyclone.rice.edu (Dennis Harry) writes:
  14. >In article <marcf.725421090@yorku.ca>, marcf@nexus.yorku.ca (Marc G Fournier) writes:
  15. >|> 
  16. >|>     We are fooling around with things right now, and have just
  17. >|> noticed a weird problem...when you send email to a user, the
  18. >|> ownership is incorrect, so that the receiver can not even read his 
  19. >|> email :(
  20. >|> 
  21. >|>     I just sent user from my account to another, and I am now
  22. >|> the owner of his mail folder.  
  23. >|> 
  24. >
  25. >I'm having the same problem, also after "fooling around".  Specifically,
  26. >I moved several binaries between /bin and /etc/bin (after copying both
  27. >directories to a safe place in case I broke something).  Mail broke,
  28. >so I restored the saved directories.  Mail's still broke as Marc described.
  29. >
  30. >Sigh.  Did someone say something about not fixing what ain't broke?
  31. >
  32. >-- dlh
  33.  
  34.  
  35. to set up user1 for mail try
  36.  
  37.     touch /usr/spool/mail/user1
  38.     chmod 600 /usr/spool/mail/user1
  39.     chown user1 /usr/spool/mail/user1
  40.  
  41. Someday soon, a real adduser script will be crafted, to do this.
  42. Do not use the old adduser.  Discard it now.
  43.