Tobias Hachmer
2011-Sep-09 13:14 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
Hi list, currently I use dovecot v1.2.15 with maildir++ mailboxes. (Debian Squeeze) I want to set up a different server with dovecot v2, also maildir++ mailboxes. (also Debian Squeeze) What is the best way to copy the existing mailboxes from the older machine running dovecot v1.2.15 to the new naked machine? Greetz, Tobias
Robert Schetterer
2011-Sep-09 13:22 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
Am 09.09.2011 15:14, schrieb Tobias Hachmer:> Hi list, > > currently I use dovecot v1.2.15 with maildir++ mailboxes. (Debian Squeeze) > I want to set up a different server with dovecot v2, also maildir++ > mailboxes. (also Debian Squeeze) > > What is the best way to copy the existing mailboxes from the older > machine running dovecot v1.2.15 to the new naked machine? > > Greetz, Tobiasi used imapsync in a bash script http://ks.lamiral.info/imapsync/ at a massive migration -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria
Tobias Hachmer
2011-Sep-09 13:34 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
On Fri, 09 Sep 2011 15:22:54 +0200, Robert Schetterer wrote:> Am 09.09.2011 15:14, schrieb Tobias Hachmer: >> What is the best way to copy the existing mailboxes from the older >> machine running dovecot v1.2.15 to the new naked machine? > > i used imapsync in a bash script > http://ks.lamiral.info/imapsync/ > at a massive migrationok, but this tool is not free of charge. Are there any known problems just copying the mailboxes with scp or rsync? Tobias
Johan Hendriks
2011-Sep-09 14:26 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
Tobias Hachmer schreef:> Hi list, > > currently I use dovecot v1.2.15 with maildir++ mailboxes. (Debian > Squeeze) > I want to set up a different server with dovecot v2, also maildir++ > mailboxes. (also Debian Squeeze) > > What is the best way to copy the existing mailboxes from the older > machine running dovecot v1.2.15 to the new naked machine? > > Greetz, TobiasI did the same thing, with no know issues so far. My old server was running dovecot 1.2.x and i coppied the whole maildir structure to the other machine. Then started Dovecot 2.x and all was fine. Should be the same as instlling 2.0 over the old 1.2.x version, then it uses the old maildir also. Well test it i would say. Just do the copy, and try if everything works. then do it for a final migration. Gr Johan Hendriks
Robert Schetterer
2011-Sep-09 18:26 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
Am 09.09.2011 15:34, schrieb Tobias Hachmer:> On Fri, 09 Sep 2011 15:22:54 +0200, Robert Schetterer wrote: >> Am 09.09.2011 15:14, schrieb Tobias Hachmer: >>> What is the best way to copy the existing mailboxes from the older >>> machine running dovecot v1.2.15 to the new naked machine? >> >> i used imapsync in a bash script >> http://ks.lamiral.info/imapsync/ >> at a massive migration > > ok, but this tool is not free of charge.? you should donate but you can use it without too, i.e its part of ubuntu> Are there any known problems just copying the mailboxes with scp or rsync?may work too, with few problems depending on your setup, but its no real way if you make migration on the fly in my eyes better setup the new server, do tests, make imapsync> > Tobias > > >-- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria
Tobias Hachmer
2011-Sep-09 19:17 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
On Fri, 09 Sep 2011 20:26:59 +0200, Robert Schetterer wrote:>>> i used imapsync in a bash script >>> http://ks.lamiral.info/imapsync/ >>> at a massive migration >> >> ok, but this tool is not free of charge. > > ? you should donate > but you can use it without too, i.e its part of ubuntuOh, cool, thanks for the hint. Yes, I will test simple copy, imapsnc and dsync. Thanks a lot. Tobias
Michael Orlitzky
2011-Sep-10 18:36 UTC
[Dovecot] BestPractice to migrate imap mailbox from one machine to another
On 09/09/11 09:34, Tobias Hachmer wrote:> On Fri, 09 Sep 2011 15:22:54 +0200, Robert Schetterer wrote: >> Am 09.09.2011 15:14, schrieb Tobias Hachmer: >>> What is the best way to copy the existing mailboxes from the older >>> machine running dovecot v1.2.15 to the new naked machine? >> >> i used imapsync in a bash script >> http://ks.lamiral.info/imapsync/ >> at a massive migration > > ok, but this tool is not free of charge. > Are there any known problems just copying the mailboxes with scp or > rsync? >https://fedorahosted.org/released/imapsync/