Tuesday, December 25, 2012

Transfer Zimbra account from one server to another / between servers / Individual Zimbra account migration

http://new.spheron1.co.uk/2011/06/27/zimbra-mailbox-importexport-and-migration-of-e-mail-filter-rules/


You can export a chosen mailbox from the source Zimbra server with:
zmmailbox -z -m user@test.com getRestURL “//?fmt=tgz” > /tmp/user_test.com.tar.gz
And then import it into the destination server with:
zmmailbox -z -m user@test.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/user_test.com.tar.gz

No comments: