22 Jan
2019
22 Jan
'19
3:52 p.m.
Hi,
doveadm [-Dv] move [-S socket_path] -u user destination [user source_user] search_query
Moving all mails from mailbox INBOX/test on serverA to mailbox Archive/2017 on local serverB.
- destination Archive/2017 must exist
- Limitation: source_user and testuser must share the same UID and GID
doveadm move -S x.x.x.x:x -u testuserAtServerB Archive/2017 user source_userAtServerA mailbox INBOX/test ALL
Greetings Martin Johannes Dauser
On Mon, 2019-01-21 at 23:14 +0100, Marc Roos wrote:
I wanted to move messages from a mbox mailbox on server A to mdbox on server B. I thought I could do this by connecting to the remote server with "doveadm move -S x.x.x.x:x -u testuser Archive/2017 mailbox INBOX/test" but I guess this will only allow and move messages internally on server B? Should I use dsync, or is there another way to move the messages?