On Mon, 2013-05-06 at 14:12 +0200, Angel L. Mateo wrote:
Hello,
I'm in the process of migrating mailbox from one dovecot server running dovecot 2.1.9 with mailboxes stored in maildir format to a newer one running 2.1.16 with mailboxes stored in mdbox format.
To migrate mailboxes I'm using dsync as explained at http://wiki2.dovecot.org/Tools/Dsync. The command I'm running in the newer server is:
sudo dsync -o mailbox_list_index=no mirror -R -u <user> imapc:
The mailbox of the user is correctly synced to the newer server, except the lazy_expunge namespace, which is not synced at all.
dsync syncs only one namespace, except with v2.2 you can give -N parameter to sync all of them. With v2.1 you can specify which namespace to sync with "-n BORRADOS/" parameter (not sure how it's going to work with different separators).