[Dovecot] Error on mailbox file
Timo Sirainen
tss at iki.fi
Fri Oct 1 20:23:06 EEST 2010
On Fri, 2010-10-01 at 16:56 +0000, augustocasagrande at gmail.com wrote:
> mail_location: mbox:~/mail:INBOX=/var/mail/%u
So it uses ~/ and %u here..
> passdb:
> driver: pam
> userdb:
> driver: passwd
So home should be taken from NSS lookup..
> > > mkdir(/home/NT-DOMAIN/user/mail) failed: Permission denied
This means the NSS lookup returned /home/NT-DOMAIN/user as the user's
home directory.
Are the users normally logging in as "user" or "NT-DOMAIN/user"? What
does it log with auth_debug=yes?
Anyway, this looks more like a configuration problem on your pam and
passwd (=NSS) side.
More information about the dovecot
mailing list