Hello LogEdge21,
if you'd use an admin user as authuser1 it will work.
FYI here is the imapsync command I use for migration:
imapsync --host1 zimbra1.example.com --authuser1 admin --user1 info@example.com --password1 secret1 --host2 zimbra2.example.com --authuser2 admin@zimbra2.example.com --user2 info@example.com --password2 secret2 --folderrec "INBOX" --folderrec "Junk" --folderrec "Sent" --folderrec "Trash" --folderrec "Drafts" --skipemptyfolders --debugflags --nofoldersizes --nofoldersizesatend
Remark: I don't sync 'above' INBOX because of potentially existing shared mailboxes. These are linked in (as IMAP folders) at the same level as INBOX, Junk etc and you can't know their names because users are able to rename it.
HTH
Joerg
if you'd use an admin user as authuser1 it will work.
FYI here is the imapsync command I use for migration:
imapsync --host1 zimbra1.example.com --authuser1 admin --user1 info@example.com --password1 secret1 --host2 zimbra2.example.com --authuser2 admin@zimbra2.example.com --user2 info@example.com --password2 secret2 --folderrec "INBOX" --folderrec "Junk" --folderrec "Sent" --folderrec "Trash" --folderrec "Drafts" --skipemptyfolders --debugflags --nofoldersizes --nofoldersizesatend
Remark: I don't sync 'above' INBOX because of potentially existing shared mailboxes. These are linked in (as IMAP folders) at the same level as INBOX, Junk etc and you can't know their names because users are able to rename it.
HTH
Joerg
Statistics: Posted by wentum — Wed Apr 09, 2025 10:49 am