I have a user who has a mailbox called: A----->B It seemed to work in courier fine, they managed to create it, and there are mails in it. However, dovecot is not letting the user access it, the IMAP server gives an error. I tried to rename it but I would also get an error: # doveadm mailbox rename A-----\>B AtoB doveadm(root): Error: Can't rename mailbox A----->B to AtoB: Mailbox doesn't exist: A----->B # doveadm mailbox rename A----->B AtoB doveadm(root): Error: Can't rename mailbox A----- to AtoB: Mailbox doesn't exist: A----- # doveadm mailbox rename 'A----->B' AtoB doveadm(root): Error: Can't rename mailbox A----->B to AtoB: Mailbox doesn't exist: A----->B # doveadm mailbox rename "A----->B" AtoB doveadm(root): Error: Can't rename mailbox A----->B to AtoB: Mailbox doesn't exist: A----->B # How can I deal with this mailbox (using mdbox here)? Thanks! -- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20111021/1ed48d80/attachment-0004.bin>
On Fri, 2011-10-21 at 10:50 -0400, Micah Anderson wrote:> I have a user who has a mailbox called: > > A----->B > > It seemed to work in courier fine, they managed to create it, and there > are mails in it. However, dovecot is not letting the user access it, the > IMAP server gives an error. I tried to rename it but I would also get an > error: > > # doveadm mailbox rename 'A----->B' AtoB > doveadm(root): Error: Can't rename mailbox A----->B to AtoB: Mailbox doesn't exist: A----->BMaybe it's not named that? What does it look like in filesystem? Worked fine with me: # doveadm mailbox list 'A*' A----->B # doveadm mailbox rename 'A----->B' AtoB # doveadm mailbox list 'A*' AtoB