On Tue, Feb 03, 2004 at 11:10:16PM +0100, Bo Mellberg wrote: > I'm struggling with getting new users to be able to > get email functionality on my server. It's just a small setup for my = > family. I can login just fine, but a newly created user for my wife > cannot.
Double check that her home directory exists, I think checkpassword will fail if it can't chdir() to the user's home dir, even if the password is correct. Otherwise run checkpassword under strace in the binc run file, redirect stderr to some file, and review the file (or send it here, with passwords x:ed out) to see what goes wrong. //Peter
