On 19.4.2012, at 17.56, Andreas Helmcke wrote:
> namespace inbox {
> inbox = yes
> location = maildir:/home/mail/user/%u
> prefix = INBOX/
> separator = /
> type = private
> }
Move the location from the above namespace to global:
mail_location = maildir:/home/mail/user/%u
Although it probably still shouldn't have failed..