1 08/15/83 mbx_create, mbcr 2 3 Syntax: mbcr paths 4 5 6 Function: creates a mailbox with a specified name in a designated 7 directory. 8 9 10 Arguments: 11 paths 12 are pathnames of mailboxes to be created; mbx suffix need not be 13 given. 14 15 16 Access required: Modify and append permission is required on the 17 parent directory. 18 19 20 Notes: Name duplication is handled as follows--if the old segment 21 with that name has other names, the conflicting name is removed and the 22 user is notified; otherwise, the user is asked whether to delete the 23 old segment. 24 25 The extended access placed on a new mailbox is-- 26 27 adrosw Person.*.* 28 aow *.SysDaemon.* 29 aow *.*.* 30 31 For more information on extended access, see mail and mbx_set_acl.