andyl
Verified User
Something I just discovered and fixed:
Seeing errors like this in your /var/log/maillog on FreeBSD?
More importantly, are non-virtual pop users unable to log in? (That is, users who are in /etc/passwd, not in /etc/virtual/.)
If so, on FreeBSD, change /usr/local/etc/pam.d/vm-pop3d to read:
(vm-pop3d installs the file with what looks like paths to Linux PAM libraries.)
Andy
Seeing errors like this in your /var/log/maillog on FreeBSD?
Code:
Sep 27 00:02:52 h01 vm-pop3d[81780]: Connect from [url]www.xxx.yyy.zzz[/url]
Sep 27 00:02:52 h01 vm-pop3d[81780]: in openpam_load_module(): no /lib/security/
pam_pwdb.so found
Sep 27 00:02:52 h01 vm-pop3d[81780]: Quitting on signal: 11
More importantly, are non-virtual pop users unable to log in? (That is, users who are in /etc/passwd, not in /etc/virtual/.)
If so, on FreeBSD, change /usr/local/etc/pam.d/vm-pop3d to read:
Code:
#%PAM-1.0
auth required /usr/lib/pam_unix.so
account required /usr/lib/pam_unix.so
(vm-pop3d installs the file with what looks like paths to Linux PAM libraries.)
Andy