home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11328 < prev    next >
Encoding:
Text File  |  1992-11-06  |  2.7 KB  |  56 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!destroyer!fmsrl7!lynx!zia.aoc.nrao.edu!rmilner
  3. From: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  4. Subject: Re: reading mail from multiple machines
  5. Message-ID: <1992Nov5.205249.2350@zia.aoc.nrao.edu>
  6. Reply-To: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  7. Organization: National Radio Astronomy Observatory, Socorro NM
  8. References: <1992Oct30.182411.23128@olaf.wellesley.edu> <1992Nov2.143532.7287@cc.gatech.edu> <1604@airgun.wg.waii.com>
  9. Date: Thu, 5 Nov 92 20:52:49 GMT
  10. Lines: 44
  11.  
  12. In article <1604@airgun.wg.waii.com> markw@airgun.wg.waii.com (Mark Whetzel) writes:
  13. >> In article <1992Oct30.182411.23128@olaf.wellesley.edu> kwolters@fred.wellesley.edu (Keith Wolters) writes:
  14. >> >Hi.  Can anyone tell me what the latest advice is on reading the same
  15. >> >mail file from multiple machines (with AIX 3.2)?  Can I simply nfs
  16. >> >mount /var/spool/mail from a mail server?  
  17.  
  18. >It does not work.  Period...
  19.  
  20. Sure it does. You just need to think about it a little bit beforehand. 
  21.  
  22. First and foremost, to avoid the problems with locking, permissions, etc. etc.,
  23. make sure any given user's mail is only *delivered* to one system - preferably 
  24. the one serving /var/spool/mail, since that's the most efficient and totally
  25. avoids any delivery locking problems.
  26.  
  27. This can easily be accomplished using a global alias table which is propagated
  28. nightly (or whatever) by a cron job. This has been in use here for years, and
  29. it's wonderful.
  30.  
  31. >   IBM 6000's mail runs setgid mail and needs owner=userid and
  32. >   group=mail with permissions of 660. As a result sendmail can not 
  33. >   write to the users mailbox.
  34.  
  35. Ah, AIX is doing it differently from the rest of the world. Well, if you can't
  36. make AIX do it "right", you can make the Suns adapt to it. Or you can avoid all
  37. the conflicts by having the mail server do the delivery.
  38.  
  39. >   Ok you say.. change the permissions to 660, owner=user and group=mail..
  40. >   WAIT... there is NO group mail on a SUN!
  41.  
  42. So create one - what's the big deal? On AIX mail is group 6; on Suns group 6
  43. is news. If you don't run news on your Suns, this doesn't matter. If you do, 
  44. news really doesn't care which group number it uses, just change it.
  45.  
  46. I was going to address all your points one by one, but the message was too
  47. long (I'll email it if you want, though). They're all easily worked around, 
  48. and when I got to the end I realized that you're 90% of the way to having a 
  49. central mail spool work nicely anyway, with your combination of NIS aliases 
  50. and hiding originating addresses. The only remaining step is to have every-
  51. one's mail delivered on the existing mail hub and then mount its spool area 
  52. everywhere through NFS.
  53. -- 
  54. Ruth Milner                          NRAO/VLA                  Socorro NM
  55. Computing Division Head      rmilner@zia.aoc.nrao.edu
  56.