Pop3 not working for username

Phantium

Verified User
Joined
Jul 8, 2004
Messages
71
Location
Netherlands
I made a new account, used the accounts login as pop3 user to pickup the email yet it says wrong password... yet I do not find any errors in logs other then that I failed to auth.

Could anyone tell me how to solve this?

I should be able to use the default login as pop3 too, as it automatically creates an account.

It works on webmail however.
Already did the permissions too and searched the forums for solutions!
 
Last edited:
Nevermind, fixed it doing the following...

edited /etc/pam.d/vm-pop3d

to be

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