Re: INBOX folder not available

2008-10-22 Thread Laurent G
2008/10/21 Ken Murchison [EMAIL PROTECTED]

 Laurent G wrote:

 Hi list,

 under Linux Debian Etch and Cyrus Imap 2.2.13-10, I planned to synchronize
 ACLs between too IMAP servers, using imap. This works fine for almost
 mailboxes, except for very few of them.

 Symptoms :
 -1- the IMAP command SELECT does not work on the INBOX folder. (when it
 works for the huge majority).

 Non working example :
 02 SELECT INBOX
 02 NO Mailbox does not exist


 If you're sure that the mailbox exists in mailboxes.db and on disk, then
 the authenticated/authorized user doesn't have permission to see the mailbox
 ('l' right).


 --
 Kenneth Murchison
 Systems Programmer
 Project Cyrus Developer/Maintainer
 Carnegie Mellon University


Hi,

You were right.
The same context was set on the non-working box as on the working ones, done
by script (imapsync) with user Cyrus.
But the few non working boxes had been renamed by the past and the ACL was
not. Those folders were usually accessed by other users than the one nammed
like the box (clear?)

Anyway its solved by setting the right ACL.

Thank you.

---
Laurent

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: INBOX folder not available

2008-10-21 Thread Ken Murchison
Laurent G wrote:
 Hi list,
 
 under Linux Debian Etch and Cyrus Imap 2.2.13-10, I planned to 
 synchronize ACLs between too IMAP servers, using imap. This works fine 
 for almost mailboxes, except for very few of them.
 
 Symptoms :
 -1- the IMAP command SELECT does not work on the INBOX folder. (when 
 it works for the huge majority).
 
 Non working example :
 02 SELECT INBOX
 02 NO Mailbox does not exist

If you're sure that the mailbox exists in mailboxes.db and on disk, then 
the authenticated/authorized user doesn't have permission to see the 
mailbox ('l' right).


-- 
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


INBOX folder not available

2008-10-20 Thread Laurent G
Hi list,

under Linux Debian Etch and Cyrus Imap 2.2.13-10, I planned to synchronize
ACLs between too IMAP servers, using imap. This works fine for almost
mailboxes, except for very few of them.

Symptoms :
-1- the IMAP command SELECT does not work on the INBOX folder. (when it
works for the huge majority).

Non working example :
02 SELECT INBOX
02 NO Mailbox does not exist

Working example :
02 SELECT INBOX
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
* 6 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1114023713]
* OK [UIDNEXT 24]
02 OK [READ-WRITE] Completed

-2- The same box can be subscribed to, receives mails and so on and seems to
be fully functionnal, even XFER works.
Reconstruct on the box did no better.

-3- With imapsync (Revision: 1.172), the answer for the From folder is
[INBOX] when usually [INBOX]

Any other solution than recreating it?

-- 
Best regards,
-
Laurent

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html