Create accounts on the new server
- On the old server use zmmailbox to export the accounts.
Code:
zmmailbox -z -m user@domain.com getRestURL "//?fmt=tgz" > /tmp/user@domain.com.tgz
- Copy those exported accounts to the new server
- Use zmmailbox to import
[code]zmmailbox -z -m user@domain.com postRestURL "//?fmt=tgz&resolve=reset" /tmp/user@domain.com.tgz
Not as easy as zmmailboxmove but it works. Obviously any shares will have to be re-established after the import.