[Dovecot] courier-dovecot-migrate.pl issue
Hi,
I'm testing migration from courier to courier-0.57.0 to dovecot-imap-1.1.12 on a debian/sid box.
When running the migration script, non of the active users' "courierimapsubscribed" and "courierimapuiddb" files seem to be detected:
ZENON:~# ./courier-dovecot-migrate.pl --to-dovecot --recursive /home
Testing conversion to Dovecot format
Finding maildirs under /home
/home/XXXX/Maildir: No imap/pop3 uidlist files
/home/XXXX/CB: No imap/pop3 uidlist files
/home/XXXX/Maildir/subscriptions already exists, not overwritten
/home/XXXX/Maildir: No imap/pop3 uidlist files
/home/XXXX/Maildir: No imap/pop3 uidlist files
/home/XXXX/Mail: No imap/pop3 uidlist files
/home/XXXX/Maildir: No imap/pop3 uidlist files
/home/XXXX/Maildir: No imap/pop3 uidlist files
Total: 0 mailboxes / 0 users
0 mailboxes / 0 users
0 errors
No actual conversion done, use --convert parameter
(the /home/XXXX users are old, non-active users)
However when trying the courier-dovecot-migrate-1.0.pl I get plenty of mailbox matches, but since I am installing 1.1.12 it is useless to me.
Dis I miss something?
Thanks,
On Fri, 2009-03-27 at 16:01 +0100, Louis-David Mitterrand wrote:
When running the migration script, non of the active users' "courierimapsubscribed" and "courierimapuiddb" files seem to be detected:
ZENON:~# ./courier-dovecot-migrate.pl --to-dovecot --recursive /home Testing conversion to Dovecot format Finding maildirs under /home /home/XXXX/Maildir: No imap/pop3 uidlist files
And this directory actually has courierimapuiddb file? Show the ls -l output of it? I just tested the script and the above command seems to be finding the files just fine.
However when trying the courier-dovecot-migrate-1.0.pl I get plenty of mailbox matches, but since I am installing 1.1.12 it is useless to me.
Actually it's not useless. Dovecot v1.1 can read files generated for v1.0 just fine.
On Wed, Apr 01, 2009 at 04:43:32PM -0400, Timo Sirainen wrote:
On Fri, 2009-03-27 at 16:01 +0100, Louis-David Mitterrand wrote:
When running the migration script, non of the active users' "courierimapsubscribed" and "courierimapuiddb" files seem to be detected:
ZENON:~# ./courier-dovecot-migrate.pl --to-dovecot --recursive /home Testing conversion to Dovecot format Finding maildirs under /home /home/XXXX/Maildir: No imap/pop3 uidlist files
And this directory actually has courierimapuiddb file? Show the ls -l output of it? I just tested the script and the above command seems to be finding the files just fine.
However when trying the courier-dovecot-migrate-1.0.pl I get plenty of mailbox matches, but since I am installing 1.1.12 it is useless to me.
Actually it's not useless. Dovecot v1.1 can read files generated for v1.0 just fine.
Hi,
I did the migration and it worked fine. The only problem with the script is that it does not report the number of directories processed (like the 1.0 script does).
Thanks for a great daemon, I'm a former courier user.
BTW, does dovecot (plans to) have an Outbox sending feature like courier has? (when saved to a special "Outbox" imap folder, the message is sent by the imap daemon)
Cheers,
On Wed, 2009-04-01 at 22:49 +0200, Louis-David Mitterrand wrote:
BTW, does dovecot (plans to) have an Outbox sending feature like courier has? (when saved to a special "Outbox" imap folder, the message is sent by the imap daemon)
I'm not planning to implement it myself. It's possible to write a plugin to do it, anyone is welcome to do it.
participants (2)
-
Louis-David Mitterrand
-
Timo Sirainen