We are running our own mailcow instance (new system) and need to mass import existing mailboxes from an exchange server using IMAP. UserIDs on exchange differ from new system. The target is to run a (bash or whatever) job to bulk mirror existing mailboxes.
Users are already registered with new UserIDs in mailcow. Example for illustration purposes:
- userID exchange
smith@our_exchange.com
- mailbox has several (sub)folders that need to be imported too
- new userID in mailcow:
john.smith@our_mailcow.com
I’m aware of the dovecot dsync
command but unsure whether this would work with mailcow as well. Any other solution highly appreciated too
Txs in advance -mgw