dsync: INBOX Can't be deleted
Hi, I am Migrating an old cyrus mailserver to dovecot. in the old cyrus Mailserver all User Mailboxes are sub-mailboxes of their INBOX. I have to preserve that structure. During Migration with dsync I get these Errors: Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted Is there a way to work around these Errors ? Thanks Christoph
Re: dsync: INBOX Can't be deleted
Am 23.01.2016 um 10:30 schrieb Christoph Adomeit: > Hi, > > I am Migrating an old cyrus mailserver to dovecot. > > in the old cyrus Mailserver all User Mailboxes are > sub-mailboxes of their INBOX. > > I have to preserve that structure. > > During Migration with dsync I get these Errors: > > Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted > > Is there a way to work around these Errors ? > > Thanks > Christoph > for multiple advanced imap settings at migration you might use imapsync not dsync Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
Mailbox doesn't exist: test
I’ve been getting an error when trying to save mail based on address extensions where dovecot is not creating the mailbox: dovecot: lda(u...@example.com): msgid=: save failed to open mailbox test: Mailbox doesn't exist: test Is this is as simple as adding lda_mailbox_autocreate = yes to my conf file, and does it go at the ‘top’ level of the file, or does it need to be in some sort of clause? -- There is something to be said for grace and respect but humour alway helps - Toby Morris
Re: dsync: INBOX Can't be deleted
On 23/01/16 11:30, Christoph Adomeit wrote: Hi, I am Migrating an old cyrus mailserver to dovecot. in the old cyrus Mailserver all User Mailboxes are sub-mailboxes of their INBOX. I have to preserve that structure. During Migration with dsync I get these Errors: Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted Is there a way to work around these Errors ? can you post doveconf -n and the command line you are invoking when executing dsync? Sami
Re: dsync: INBOX Can't be deleted
On 23/01/16 15:33, Robert Schetterer wrote: for multiple advanced imap settings at migration you might use imapsync not dsync Best Regards MfG Robert Schetterer Sure but imapsync does not preserve message UID's which means that users end up redownloading all their messages or message/UID mismatches will happen. Sami