Cannot login with vm-pop3d: User 'admin' - failed auth, from=127.0.0.1

If you see:

User 'admin' - failed auth, from=127.0.0.1

in your /var/log/messages file, then you may have a newer setup for pam. Edit your /etc/pam.d/vm-pop3d file. Change:

#%PAM-1.0
auth required /lib/security/pam_pwdb.so shadow
account required /lib/security/pam_pwdb.so

To:

#%PAM-1.0
auth required /lib/security/pam_unix.so shadow
account required /lib/security/pam_unix.so

A report for 64-bit systems, the vm-pop3d file should be

#%PAM-1.0
auth required /lib64/security/pam_unix.so shadow
account required /lib64/security/pam_unix.so

Note that it's recommended to upgrade to dovecot either way.

 
troubles/nologin.txt · Last modified: 2010/02/21 21:32 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki