Hi Adam

Can you try: "doveadm sync -u <user> maildir:~/Maildir"

My mailboxes are in sdbox (I have "mail_location = sdbox:~/sdbox:ALT=/mnt/archive/%u/sdbox") and after running that command I managed to successfully migrate the user mailbox to maildir. Also that is the command I used to migrate all my user's maildirs to sdbox some time ago.

Regards

---

Germán Herrera
Responsable de IT
Ingeniería
SES Sistemas Electrónicos S.A.| Espinosa 1045 (C1405AMM) | Buenos Aires | Argentina
W: +54 11 54530000 | Email: g.herrera@ses.com.ar


Denos su opinión aquí


On 2019-06-21 11:58, Adam Raszkiewicz via dovecot wrote:

I'm trying to migrate mdbox to maildir based on https://wiki.dovecot.org/Migration/MailFormat

 

/mnt/testmail/bin/dsync -Dv -u user@domain.com mirror mdbox:/source/mailboxes/user@domain.com

 

but that did nothing. Then I have

 

/mnt/testmail/bin/dsync -Dv -u user@domain.com mirror mdbox:/tmp/destination/mailboxes/user@domain.com

 

that copied over user@domain.com mailbox from the source to the destination location. As that was working I have tried to run

 

/mnt/testmail/bin/dsync -Dv -u user@domain.com mirror maildir:/tmp/destination/mailboxes/user@domain.com

 

but that got an error:

 

dsync(user@domain.com): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:/mnt/testmail/mailboxes

dsync(user@domain.com): Error: User initialization failed: Namespace '': Unknown mail storage driver maildir

 

First problem is that based on example #2 from above provided syntax in https://wiki.dovecot.org/Migration/MailFormat is incorrect or for some reason is not working for me as it should for example #1.

Second issue is not recognizing maildir format – what about that? Docecot has some missing libraries?

 

Thanks,

Adam