DomainOwner login problem

IPaddress

Verified User
Joined
Feb 21, 2004
Messages
86
Hi,
I can't connect (and receive mail) to domainowner account trough pop3 with vm-pop3d.

in /var/log/maillog:
Code:
lnx2 vm-pop3d[15566]: User 'laspi' - failed auth, from= xxx.xxx.xxx.xxx
lnx2 vm-pop3d[15566]: Socket closed from xxx.xxx.xxx.xxx

in /var/log/secure:
Code:
lnx2 vm-pop3d[15600]: PAM unable to dlopen(/lib/security/pam_pwdb.so)
lnx2 vm-pop3d[15600]: PAM [error: /lib/security/pam_pwdb.so: cannot open shared object file: No such file or directory]
lnx2 vm-pop3d[15600]: PAM adding faulty module: /lib/security/pam_pwdb.so

I changed the /etc/pam.d/vm-pop3d for the information at http://help.directadmin.com/item.php?id=134

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


but the problem continue, in /var/log/secure

Code:
lnx2 vm-pop3d[16548]: PAM unable to dlopen(/lib/security/pam_unix.so)
lnx2 vm-pop3d[16548]: PAM [error: /lib/security/pam_unix.so: wrong ELF class: ELFCLASS32]
lnx2 vm-pop3d[16548]: PAM adding faulty module: /lib/security/pam_unix.so

any ideas?
 
Back
Top