On Thu, May 10, 2007 at 09:30:11AM +0200, Christopher Kaschig wrote:
> May 10 08:39:49 server2 authdaemond: authpam: sysusername=u2info,
> sysuserid=<null>, sysgroupid=10002, homedir=/var/www/web2/user/u2info,
> address=u2info, fullname=Christopher Kaschig - 2, maildir=<null>,
> quota=<null>, options=<null>
> May 10 08:39:49 server2 authdaemond: authpam: clearpasswd=<null>, passwd=x
> May 10 08:39:49 server2 authdaemond: pam_service=pop3, pam_username=u2info
> May 10 08:39:50 server2 authdaemond: pam_authenticate failed, result 7
> May 10 08:39:50 server2 authdaemond: authpam: REJECT - try next module
I'd guess it's something to do with your pam configuration. According to
libpam-dev, code 7 is simply:
#define PAM_AUTH_ERR 7 /* Authentication failure */
|