[3067] in testers
Re: Known problems with the 8.1 release
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 16 21:00:52 1997
Date: Wed, 16 Apr 1997 21:00:39 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: Greg Hudson <ghudson@MIT.EDU>, testers@MIT.EDU
In-Reply-To: "[3057] in testers"
> * Mail to root@machine on a mkserv mail'd machine bounces with
> an error about creating output.
I found out why this happens. Under Solaris 2.4, mail is delivered as
group other, which is the primary gid for root. Under Solaris 2.5.1,
mail is delivered as group mail, so you should let the system create
the mailboxes rather than touching them by hand.
I believe that the following comment in
/mit/mkserv/services/8.1/mail.add is therefore wrong:
===> Be sure to create a mailbox in ${SPOOLDIR}
===> for any users that are going to receive mail locally.