Hi,

I'm trying to install an smtp/imap mail server based on this release. I'm using 
maildir format, so I will use courier imap. Everything is installed and looks 
good, but I cannot authenticate against pam method on pop3/imap server.

My pam config looks like this

#%PAM-1.0
auth     required       pam_unix2.so    nullok
account  required       pam_unix2.so
password required       pam_pwcheck.so  nullok
password required       pam_unix2.so    nullok use_first_pass use_authtok
session  required       pam_unix2.so    none # debug or trace

#%PAM-1.0
auth     required       pam_unix2.so    nullok
account  required       pam_unix2.so
password required       pam_pwcheck.so  nullok
password required       pam_unix2.so    nullok use_first_pass use_authtok
session  required       pam_unix2.so    none # debug or trace


When I try to authenticate on pop3, I've got login failed messages but nothing 
else

What is missing from the picture?

Thank you
Laszlo

Reply via email to