Page 1 of 1

Move messages from user to another

Posted: Thu May 17, 2018 10:23 am
by armitage318
Hi,

I am using ZCS 8.8.7_GA_1964
I would like to export all messages from one user, and import in a different mailbox, on same Zimbra server.
How can I do this?
thank you very much

Re: Move messages from user to another

Posted: Thu May 17, 2018 10:42 am
by armitage318
I tried with

Code: Select all

zmmailbox -z -m user1@domain.net getRestURL "//?fmt=tgz" > /tmp/user1_domain.com.tar.gz
and after

Code: Select all

zmmailbox -z -m user2@domain.net postRestURL "//?fmt=tgz&resolve=reset" /tmp/user1_domain.com.tar.gz
It seems ok.. is there a better way to do this (even with user preferences, contacts)?

Thank you