Re: [PHP] could not create new mailbox: Permission denied

2001-12-29 Thread Brian Clark
* gaukia 345 ([EMAIL PROTECTED]) [Dec 28. 2001 23:04]: > The error message was > Newname will be 'phpnewbox' > could not create new mailbox: Permission denied Looks like the user doesn't have write permission to the mailbox directory. > I logged in as cyrus on the server I'm working on. I type

[PHP] could not create new mailbox: Permission denied

2001-12-28 Thread gaukia 345
I'm new to cyrus IMAP server and PHP4. I wanted to create a user for cyrus. So I copied & modified the example of imap_createmailbox at http://www.php.net/manual/en/function.imap-createmailbox.php It was done with necessary substitution of for IMAP server and using "cyrus" as user. The error mess