7 Dec
2016
7 Dec
'16
1:33 p.m.
On 7 Dec 2016, at 12.22, Cédric ML cedric.bassaget.ml@gmail.com wrote:
Hello,
I'm trying to migrate mail accounts from an old dovecot 1.0.15 to a new dovecot 2.2.26. I've set up a master-user on old dovecot, and I run dsync on new server, like this :
# doveadm -D -o mail_fsync=never sync -R -u user@domain.tld imapc:
…
But dovecot is condigured to have ".Trash", ".Junk" etc... folders, not ".INBOX.Trash" I've try multiple things :
- use namespaces for compatibility and add "-n <namespace>" in sync command, without success
- modify the mail_location for the user, tried to add LAYOUT=fs, INBOX=<folder>, ... without success.
Can anybody help me with that please ?
you can try setting imapc_prefix=INBOX and imapc_list_prefix=INBOX or maybe ‘INBOX.'
Sami