Hey there
I am not sure where this goes on the forum, so feel free to move it to wherever, the organization leaves a lot to be desired.
I am trying to move 60 some odd mailboxes from a server running Plesk Obsidian (Dovecot, Postfix) to a server in the same company (Contabo) but in different locations in the world. The server specs that are important are as follows
Source:
Plesk, Dovecot, Postfix
destination:
iRedMail, Dovecot, Postfix
The destination server DOES NOT have any of these accounts on it, and a domain has not been created in iredmail, I clearly can see that the Doveadmn utility would be very useful for the migration of the mailboxes, but I confess I am not a pro at Linux and I could use some help.
The ideal scenario in the end would be all the mailboxes on the destination server, and mail discontinued from the source server. I am unsure if the actual user accounts need to be created outside the migration,
ANy help would be great, I have started building a command for this, but again I did read all the documentation, but I am still a bit foggy on it all and what I really need to be doing
my code so far
doveadm -D backup -R --A ssh 209.126.2.92 doveadm dsync-server -u
I have root on BOTH the source and the destination server so permissions will likely not be an issue.