Re: [Dovecot] maildir-dbox hybrid

2010-11-28 Thread Roland Stuehmer
Am 25.11.2010 17:45, schrieb Timo Sirainen: > On Thu, 2010-11-25 at 15:33 +, Timo Sirainen wrote: > >> Attached a program to de-maildirify a dbox. You have to run it >> separately for each directory containing dbox-Mails: > > Minor update: it shouldn't warn about non-existing maildir files.

Re: [Dovecot] maildir-dbox hybrid

2010-11-25 Thread Timo Sirainen
On Thu, 2010-11-25 at 15:33 +, Timo Sirainen wrote: > Attached a program to de-maildirify a dbox. You have to run it > separately for each directory containing dbox-Mails: Minor update: it shouldn't warn about non-existing maildir files. /* export DOVECOT=~/cvs/dovecot-2.0 gcc -g -Wall

Re: [Dovecot] maildir-dbox hybrid

2010-11-25 Thread Timo Sirainen
On Tue, 2010-11-09 at 23:57 +0100, Roland Stuehmer wrote: > are there any opinions on this? :) Attached a program to de-maildirify a dbox. You have to run it separately for each directory containing dbox-Mails: find ~/dbox/ -name dbox-Mails -type d -exec ./dbox-dehybrid {} \; I tested that it se

Re: [Dovecot] maildir-dbox hybrid

2010-11-09 Thread Roland Stuehmer
Roland Stuehmer wrote: > I patched Dovecot 1.2.15 with your diff (and with debian patches). I > then accessed all mailboxes. For some it went OK, but for some I now > only see old mail and am missing the newest ones starting from some time > in February (I probably did a dovecot upgrade then). > >

Re: [Dovecot] maildir-dbox hybrid

2010-10-21 Thread Roland Stuehmer
Timo Sirainen wrote: > Yeah. Not very nice either. Here's a 3rd option: Apply the attached > patch to v1.2 and then open all users' all mailboxes (write a script > or something). It should convert all maildir files to dbox files. Try > with one account first to make sure it works. :) Hi Timo, lis

Re: [Dovecot] maildir-dbox hybrid

2010-10-20 Thread Timo Sirainen
On Wed, 2010-10-20 at 16:34 +0300, Luben Karavelov wrote: > I have tried the patch with a single dbox and it works. But when I try > to > access it via POP3 I get this error: > > MAIL=dbox:/var/www/210870/mail/156897-dbox /usr/lib/dovecot/pop3 > pop3(areonfresh): Error: Getting size of message UI

Re: [Dovecot] maildir-dbox hybrid

2010-10-20 Thread Luben Karavelov
I have tried the patch with a single dbox and it works. But when I try to access it via POP3 I get this error: MAIL=dbox:/var/www/210870/mail/156897-dbox /usr/lib/dovecot/pop3 pop3(areonfresh): Error: Getting size of message UID=2428 failed -ERR [IN-USE] Couldn't sync mailbox. pop3(areonfresh): E

Re: [Dovecot] maildir-dbox hybrid

2010-10-20 Thread Luben Karavelov
On Tue, 19 Oct 2010 19:11:20 +0100, Timo Sirainen wrote: > On Mon, 2010-10-18 at 21:56 +0300, Luben Karavelov wrote: >> On Sun, 17 Oct 2010 22:23:29 +0100, Timo Sirainen wrote: >> > On 17.10.2010, at 17.52, Roland Stuehmer wrote: >> > >> >> How can I convert old mailboxes in "maildir-dbox hybrid"

Re: [Dovecot] maildir-dbox hybrid

2010-10-19 Thread Timo Sirainen
On Mon, 2010-10-18 at 21:56 +0300, Luben Karavelov wrote: > On Sun, 17 Oct 2010 22:23:29 +0100, Timo Sirainen wrote: > > On 17.10.2010, at 17.52, Roland Stuehmer wrote: > > > >> How can I convert old mailboxes in "maildir-dbox hybrid" to a current dbox? > > > > Does this help? http://dovecot.org

Re: [Dovecot] maildir-dbox hybrid

2010-10-18 Thread Luben Karavelov
On Sun, 17 Oct 2010 22:23:29 +0100, Timo Sirainen wrote: > On 17.10.2010, at 17.52, Roland Stuehmer wrote: > >> How can I convert old mailboxes in "maildir-dbox hybrid" to a current dbox? > > Does this help? http://dovecot.org/list/dovecot/2010-September/053012.html If I understand it correctly

Re: [Dovecot] maildir-dbox hybrid

2010-10-17 Thread Timo Sirainen
On 17.10.2010, at 17.52, Roland Stuehmer wrote: > How can I convert old mailboxes in "maildir-dbox hybrid" to a current dbox? Does this help? http://dovecot.org/list/dovecot/2010-September/053012.html