19 Nov
2013
19 Nov
'13
10:07 p.m.
On 5.11.2013, at 15.52, claus claus.r@bayern-mail.de wrote:
i have problem with namespace when i try to migrate from cyrus to dovecot with imapc. .. after migration with: root@dovecot-backend1:~ # dsync -o imapc_user=testbox@old.cyrus.de -o imapc_password=secret -o imapc_host=192.168.8.164 -o imapc_features=rfc822.size -o mailbox_list_index=no -Dv backup -R -u m1234567890 imapc:
i get the folowing result: ..
- LIST (\HasChildren) "." INBOX
- LIST (\HasNoChildren) "." INBOX.INBOX.Drafts
- LIST (\HasNoChildren) "." "INBOX.INBOX.Gesendete Mails"
- LIST (\HasNoChildren) "." INBOX.INBOX.Sent
- LIST (\HasNoChildren) "." INBOX.INBOX.Trash
- LIST (\HasNoChildren) "." INBOX.INBOX.spam
- LIST (\HasChildren) "." INBOX.INBOX.test1
- LIST (\HasNoChildren) "." INBOX.INBOX.test1.test11
- LIST (\Noselect \HasChildren) "." INBOX.INBOX a OK List completed.
Can everyone explain me where the extra "prefix INBOX" came from and how i can resolve that?
imapc_list_prefix=INBOX should fix this.