Hi everybody.
We have a server which host three independent email domains. I need to move one mailbox from one domain to other one. Exist some way how to do it easily? I can create new account and move data, but at calendar there are more than 10000 records and it was never worked properly. Thank you very much for any advice.
Ladas
Move account between domains
Hi! Unfortunately, there is no easy way to move a mailbox from one domain to another at this current time.
WalterH
Hi Walter and Steakie.
thank's for answers. Just to be sure, at Zarafa was possible to remove account without data removing. The folder was moved to orphan menu and when I created new user it was possible to match orphaned structure to new user. I know this feature is not in admin web gui of Grommunio, but even by cli is not possible to make it?
A possible solution is:
grommunio-admin user query username maildir | grep <ALTER_USER>
grommunio-admin user query username maildir | grep <NEUER_USER>
Determine the mail directories of the two mailboxes and then exchange them with mv
.
Then systemctl restart grommunio-zcore grommunio-http php-fpm
so that the caches are empty.
Use at your own risk.