1 Oct
2010
1 Oct
'10
8:23 p.m.
On Fri, 2010-10-01 at 16:56 +0000, augustocasagrande@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.