Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!imf.unit.no!hanche From: hanche@imf.unit.no (Harald Hanche-Olsen) Newsgroups: comp.sys.apollo Subject: (none) Message-ID: Date: 15 Mar 90 17:11:21 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 21 In other words...a "chown /usr/spool/mail/" needs to be executed for each user mailbox that exists. Is sendmail supposed to do this for you? No, sendmail does not even know about local mailboxes. It usually invokes /bin/mail to deliver local mail - and /bin/mail does indeed set the ownership of user mailboxes properly, at least it does at our site. I believe /bin/mail must have suid root - like this: % ls -l /bin/mail -rwsr-xr-x 2 root 13889 Sep 14 1989 /bin/mail* Could that be the source of your problem? - Harald Hanche-Olsen Division of Mathematical Sciences The Norwegian Institute of Technology N-7034 Trondheim NORWAY