From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200309201721.h8KHLAj24693@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] permission bit of /mail/box In-Reply-To: Your message of "Sat, 20 Sep 2003 10:04:02 EDT." <9bc4a4acd9a62f74221edf7a484d062d@plan9.bell-labs.com> From: Dan Cross Date: Sat, 20 Sep 2003 13:21:10 -0400 Topicbox-Message-UUID: 3e518868-eacc-11e9-9e20-41e7f4b1d025 Simply augment newuser on the fileserver console to create /mail/box/whomever in addition to /usr/whomever. I have a script I run to create the mailbox that I run whenever I create a new user. It echo's the fs(8) commands and I read them in my C session. It works reasonably well. - Dan C.