I try to move all mailboxes from Maildir do mdbox but I have to do in online and mailbox by mailbox.
I use setup with VimbAdmin and there are homedir and maildir variables
now my setup looks like this
10-mail.conf
mail_location: Maildir:/home/vmail/domain.tld/user
and in database fields are:
homedir /home/vmail/domain.tld/user
maildir maildir:/home/vmail/domain.tld/user:LAYOUT=fs
I've tried to change them to:
homedir /home/vmail/domain.tld/user
maildir mdbox:/home/vmail/domain.tld/user
but nothing happened.
when i changed mail_location in 10-mail.conf to "auto:" i got such error:
Error: user user@domain.tld: Initialization failed: Namespace '': Autodetection failed for auto: (home=/home/vmail/.home/domain.tld/user)
Error: Invalid user settings. Refer to server log for more information.
and no one can login then, even the user with mdbox settings.
Any hints how to make this work?