Migration is progressing (with a bit of help from Zimbra)
IMAPSync is taking forever so at the moment it is just doing people's inbox, once completed I'll run it again to do all the other folders that people have (largest account is 17Gb!)
Had a few issues with the migration script, but nothing that a bit of bash hacking couldn't get around... the batch processing exampe in the wiki has a typo where it has
it should be:
no exactly a huge issue, but a pain...
Gave up trying to use imapsyncbatch as it just barfed on line 68 and I don't know enough bash to fix it.
For the migration I'm doing my imapsync line in the batch file became
Code:
/root/imapsync $1 --nosyncacls --syncinternaldates --folder "INBOX" --host1 $host1 --port1 144 --user1 "$user" --password1 "$p1" --host2 $host2 --user2 "$user" --password2 "$p1" --authmech2=PLAIN --ssl2
Once this is completed I intend to run it again but using
Code:
/root/imapsync $1 --nosyncacls --syncinternaldates --exclude "#KnownSpam" --exclude "#FalsePositives" --exclude "Trash" --exclude "Deleted Items" --exclude "Deleted Messages" --exclude "Deleted" --host1 $host1 --port1 144 --user1 "$user" --password1 "$p1" --host2 $host2 --user2 "$user" --password2 "$p1" --authmech2=PLAIN --ssl2
and later if I start feeling nice towards the people in the office I might every migrate the deleted items, but with the speed of it and the amount of moaning I'm expecting on Monday this is unlikey.
Trying to import the ica / vcf files has failed so far, trying to use curl and no dice, so will be playing with that more.
However I'm now running the iSync connector and half of the office have the MAPI connector installed and all seems ok... the real test is tomorrow morning of course.
Will update as things progress.