On Tue, 31 Oct 2006, Josko Plazonic wrote:
Now that you are in the mood for tuning mbox I have to ask if the mbox_create
function should be what it is now:
long mbox_create (MAILSTREAM *stream,char *mailbox)
{
return unix_create (NIL,"mbox");
}
Yes. The mbox driver is only valid for INBOX, and not for any other name.
At least I've had to do this change in order to enable users with mbox to
create new folders. Otherwise the imapd replies with:
CREATE failed: Can't create mailbox node /u/username/mbox: File exists
I'm surprised to hear this. Did you do something like set CREATEPROTO to
mbox or same-as-inbox? Otherwise, mbox_create() should never be called.
-- Mark --
http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw