Ok so attached (hopefully) are the first set of migration scripts I've cobbled together for migrating from CMG to Zimbra
In the zip file:
CLI.pm - Perl Module maintained by
www.stalker.com
cmgpro_migration.pl - my cobbled together perl script which produces three files
- zmprov.txt - list of users / alias / lists to feed into zmprov
- zmprovdelete.txt - list of users / lists to feed into zmprov to remove all of the accounts created when using zmprov.txt
- imapusers.txt - list of users / passwords for feeding into imapsycn_batch.sh
imapsync_batch.sh - shell script to call imapsync to migrate emails from CMGPro to Zimbra
All of this works for me, however I accept no responsibility for data loss / hair loss / tax increases / global warming etc.
There is nothing very clever written here, and I'm sure a less rusty programmer could've written it faster / better (be nice I've not written PERL in 4+ years), but here they are....
If you do have problems or questions, let me know and I will try and help.
Also coming soon:
MAPI data migration script, I just need to sort out how to get the ics / vcf data into Zimbra, the PERL script is getting the data just needs something to do with it....