home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14426 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  3.3 KB

  1. Xref: sparky comp.sys.hp:14426 comp.mail.misc:4155
  2. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!crdgw1!rdsunx.crd.ge.com!rdsunx.crd.ge.com!trsnyder
  3. From: trsnyder@mcs.drexel.edu (Bob Snyder)
  4. Newsgroups: comp.sys.hp,comp.sys.unix.ultrix,comp.mail.misc
  5. Subject: Re: HP-UX and ULTRIX sharing a common NFS'ed mailbox area doesn't work
  6. Message-ID: <TRSNYDER.92Dec30150104@vf0031.mcs.drexel.edu>
  7. Date: 30 Dec 92 20:01:04 GMT
  8. References: <1992Dec30.181130.22144@colby.edu>
  9. Sender: usenet@crd.ge.com (Required for NNTP)
  10. Organization: ASCI
  11. Lines: 56
  12. In-Reply-To: dwcooley@colby.edu's message of 30 Dec 92 18:11:30 GMT
  13. Nntp-Posting-Host: vf0031.astro.ge.com
  14.  
  15. In article <1992Dec30.181130.22144@colby.edu> dwcooley@colby.edu (David W. Cooley) writes:
  16.  
  17.    We are historically a dec and mac shop beginning to install HP
  18.    9K8?7 machines.  Our mail strategy has been to have a common pool
  19.    of mail boxes (...spool/mail for DEC folks, /usr/mail for HP-UX)
  20.    NFS'ed to all machines under the management of the Computer
  21.    Services group.  We also run a POP server on the pool for Mac users
  22.    who wish toread mail on their Mac using Eudora.  Users may have
  23.    accounts on multiple machines and want to have access to their mail
  24.    from each.  The uid/gid/user name/group name data a
  25.  
  26.  
  27.    all machines is managed as a unified entity.
  28.  
  29.    This has worked very well until we tried to integrate HP machines
  30.    into this environment (HP 9K 827 running HP-UX 8.02).
  31.  
  32.    The presenting problem is that mail delivered by HP-UX to a mailbox
  33.    stored on a ULTRIX NFS server does not have its UID/GID set
  34.    appropriately.
  35.  
  36. Suggestion #1:  Have only one machine set up to receive mail (running the
  37. sendmail daemon).  Set up MX records in your nameserver for all the
  38. other machines that point to mail server.  A logical choise would be
  39. the machine the mail is NFS mounted from, so you don't have file
  40. locking headaches.
  41.  
  42.  
  43.    One problem area is the difference between the group ownerships on
  44.    HP-UX and ULTRIX mailbox directories, mail files, and mail
  45.    programs. On HP-UX it appears that the mailbox directory and the
  46.    mailboxes have gid mail, the mailboxes are rw to gid mail, and two
  47.    of the three mail readers (elm and mail) are setgid-mail (mailx is
  48.    not).  On Ultrix, the mailbox directory is owned by root/system,
  49.    the mailboxes are rw to user only, /usr/bin/mail is setuid-root,
  50.    setgid-kmem, and /usr/ucb/mail runs with the uid/g
  51.  
  52.  
  53.    the user.  From this it appears that HP-UX mailboxes and some mail
  54.    readers require special gid treatment which ULTRIX mailboxes do
  55.    not. This probably implies that ULTRIX mail readers can not be used
  56.    on mailboxes residing on and NFSed from HP-UX machines.
  57.  
  58.    The other problem ares is the incompatibility of the "UNIX" "From"
  59.    header line (the one without the colon) used to separate messages
  60.    in a mail box. We see this when ULTRIX mail readers (notably
  61.    /usr/ucb/mail) try to read mail delivered by a HP-UX delivery
  62.    program.  The contents of a mailbox is parsed into separate
  63.    messages based on the existance of the "UNIX" from header line at
  64.    the start of every message.  The HP-UX from line is missing the two
  65.    second digits and associated colon in the timestamp (th
  66.  
  67. But does HP-UX choke on Ultrix delivered mail?  If it doesn't, just stop the
  68. HPs from receiving mail.
  69.  
  70. Bob
  71.