[comp.os.vms] Changing ownership of permanent mailboxes

gregg@okstate.UUCP (11/23/87)

I am in the middle of writing an application where I need to create a permanent
mailbox as a privileged user, and then change the ownership of that mailbox,
so that a detached process (under a non-privileged UIC) can read from it.  I
have written some code using RMS to do this, and it works for files.  However,
it does not work on the mailbox, and it leaves the mailbox in an unknown state.
That causes future use by the privileged UIC to fail (don't remember the
status, sorry).  Anyway, does anybody have any experience doing this?  I do
not wish to CHMK and diddle device structures unless absolutly necessary!

Thanks,

Gregg Wonderly