Glad you are back up and running!
All the best,
Mark
Glad you are back up and running!
All the best,
Mark
___________________________________
L. Mark Stone, Managing Member
"Uptime. All the time."®
Ten Years In Business! 2003 - 2013!
477 Congress Street, Suite 812 | Portland, ME 04101 | (207) 772-5678
proactive maintenance and monitoring | technology consulting
Zimbra groupware | cloud hosting | business continuity
Maine's only managed services and cloud hosting provider with a
SOC 2 Type II audit covering Security, Availability and Confidentiality
store, data and db directories are all under /opt/zimbra
I recreated each domain and user on the new server. I set the account passwords on the old server and new server to something common.
I used imapsync as follows :-
You may have to change the --noauthmd5 and --tls2 flags depending on your server setup.Code:#make sure passwords are the same for both accounts export PASS=password for i in account1 account2 accountN ; do export ACCOUNT=$i@domain.com; imapsync --host1 10.0.0.1 --user1 $ACCOUNT --password1 $PASS --host2 10.0.0.2 --user2 $ACCOUNT --password2 $PASS --noauthmd5 --tls2; done
There are currently 1 users browsing this thread. (0 members and 1 guests)