Re: [Dovecot] convert to mdbox

2013-07-29 Thread Jan-Frode Myklebust
On Tue, Jul 23, 2013 at 10:08:57AM +0300, Birta Levente wrote: > > How can I convert all virtual mailboxes from maildir to mdbox? > Manually, one by one, working, but I have a lot ... I've converted around 4-500.000 users from maildir to mdbox by the following on a server configured for using MDB

Re: [Dovecot] convert to mdbox

2013-07-23 Thread Birta Levente
On 23/07/2013 10:44, Robert Schetterer wrote: Am 23.07.2013 09:08, schrieb Birta Levente: Hi How can I convert all virtual mailboxes from maildir to mdbox? Manually, one by one, working, but I have a lot ... Virtual users and domains stored in sql database. Thats what I want: mail_location =

Re: [Dovecot] convert to mdbox

2013-07-23 Thread Robert Schetterer
Am 23.07.2013 09:08, schrieb Birta Levente: > Hi > > How can I convert all virtual mailboxes from maildir to mdbox? Manually, > one by one, working, but I have a lot ... > > Virtual users and domains stored in sql database. > > Thats what I want: > > mail_location = maildir:/var/vmail/%d/%n/Mai

[Dovecot] convert to mdbox

2013-07-23 Thread Birta Levente
Hi How can I convert all virtual mailboxes from maildir to mdbox? Manually, one by one, working, but I have a lot ... Virtual users and domains stored in sql database. Thats what I want: mail_location = maildir:/var/vmail/%d/%n/Maildir to mail_location = mdbox:/var/vmail/%d/%n/mdbox Thanks