I have a Postfix-Dovecot setup up and running. Today I added a new domain, so i had to change the mail setup to serve it. The Postfix installation is running well now: The mails are delivered to
/var/mail/<domain>/<userpart>
Unfortunately, Dovecot is not able to retrieve the domain-part and hence cannot get mails. I find messages like this in the logs:
Nov 12 10:58:10 gondwana dovecot: IMAP(so): mkdir(/var/mail//so/cur) failed: Permission denied
In the namespace part of dovecot, I have:
namespace private {
separator = /
prefix = INBOX/
location = maildir:/var/mail/%d/%n
inbox = yes
}
Any ideas=