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
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 =
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
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