I have Exchange Server 2013, but I want to migrate to Zimbra Collaboration Server 8.8.
I use imapsync for this.
There are identical users on both sides extreme@domain1.com and extreme@domain1.com
On the Zimbra side I run the script:
Code: Select all
imapsync --nosyncacls --subscribe --syncinternaldates \
--host1 192.168.5.250 --user1 extreme --password1 HelloExT --nosslcheck \
--host2 192.168.5.100 --user2 extreme@domain1.com --password2 HelloExT \
--regextrans2 's,^(Briefcase|Calendar|Contacts|Emailed Contacts|Notebook|Tasks)(?=/|$), $1 Folder,ig' \
--exclude '(?i)\b(Calendar|Contacts|Emailed Contacts|Notebook \Contacts|Contacts)\b'
and after this all letters are transmitted correctly!
But there are errors during migration Calendar, Contacts, Tasks, Agenda.
Please advise how to migrate Calendar, Contacts, Tasks, Agenda from Exchange to Zimbra
Thx.