Imapsync: Qmail to Zimbra Used a script on the zimbra wiki to install imapsync. Was also having the same difficulty syncing mail.
...NO clear text passwords not...
After enabling clear text on Zimbra, I restarted the server but still it wasn't working.
I updated my perl installation, run the enable cleartext command and then restarted zimbra and everything worked just fine.
This is the command I used..
imapsync --buffersize 8192000 --subscribe --nosyncacls --syncinternaldates \
--host1 $host1 --user1 "$user" --password1 "$p1" \
--host2 $host2 --user2 "$user" --password2 "$p1" \
--noauthmd5
Got my scripts and instructions from the Zimbra Wiki. Thanks guys.
Running 5.0.8 on CentOS 5 and moving from Qmail.
Last edited by mugo; 08-07-2008 at 11:45 PM..
Reason: additional text
|