[Dovecot] namespace problem with dovecot 2.0
Hi all,
I've got some namespace problems with dovecot 2.0 again. If I start dovecot 2.0 with same settings of namespace and maildir layout as dovecot 1.2, I don't see my folders above the Inbox. I see them as "INBOX/xxx" in the same root level as my INBOX. If I try to subscribe to the folders, I see them as "INBOX^xxx" (and cannot subscribe). My namespace settings:
namespace private { separator = / prefix = "INBOX/" inbox = yes #hidden = yes list = yes subscriptions = yes }
I tried nearly every separator/combination, but it won't work. Any ideas (to get it work like dovecot 1.2)? I've got no shared folders/namespaces, etc. Layout is plain Maildir.
Regards, Sebastian
Timo Sirainen schrieb:
Well, I think it doesn't honour the separator "/". It still uses ".":
a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH] Logged in b list "" *
- LIST (\HasChildren) "." "INBOX"
- LIST (\HasChildren) "." "INBOX/Mailinglisten"
- LIST (\HasNoChildren) "." "INBOX/Mailinglisten/LKML"
- LIST (\HasNoChildren) "." "INBOX/test1"
- LIST (\HasNoChildren) "." "INBOX/test2"
- LIST (\HasNoChildren) "." "INBOX/Sent"
- LIST (\HasNoChildren) "." "INBOX/Junk"
- LIST (\HasNoChildren) "." "INBOX/Trash" b OK List completed. c lsub "" *
- LSUB () "." "INBOX/Sent"
- LSUB () "." "INBOX/Trash"
- LSUB () "." "INBOX/test1" c OK Lsub completed.
This is from dovecot 1.2 with same settings:
a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH QUOTA] Logged in b list "" *
- LIST (\HasChildren) "/" "INBOX"
- LIST (\HasChildren) "/" "INBOX/Mailinglisten"
- LIST (\HasNoChildren) "/" "INBOX/Mailinglisten/LKML"
- LIST (\HasNoChildren) "/" "INBOX/test1"
- LIST (\HasNoChildren) "/" "INBOX/test2"
- LIST (\HasNoChildren) "/" "INBOX/Sent"
- LIST (\HasNoChildren) "/" "INBOX/Junk"
- LIST (\HasNoChildren) "/" "INBOX/Trash" b OK List completed. c lsub "" *
- LSUB () "/" "INBOX/Sent"
- LSUB () "/" "INBOX/Trash"
- LSUB () "/" "INBOX/test1" c OK Lsub completed.
Regards, Sebastian
On Tue, 2009-05-26 at 09:06 +0200, reg9009 wrote:
Well, I think it doesn't honour the separator "/". It still uses ".":
Am 26.05.2009 09:21, schrieb Timo Sirainen:
Hi Timo,
hmm, partly. It show up as expected now, but I cannot subscribe to subfolders of subfolder of INBOX. Interestingly, if I create new folders, it shows up and works as expected. Also if I manually add the folders to the subscription file.
This is with TB 3, TB 2.x is complaining about not being an IMAP4 server. I will investigate further and come back with some more details.
Regards, Sebastian
participants (2)
-
reg9009
-
Timo Sirainen