I'm new to the list, so I hope that this hasn't been answered many times. I searched the archives and still couldn't find the answer.
First, I'm running Redhat Linux v7.2. We are trying to get QPopper v4.0.1 to authenticate via Radius through PAM. Here is my /etc/pam.d/pop3 file: #%PAM-1.0 auth required /lib/security/pam_radius_auth.so auth required /lib/security/pam_warn.so We have two radius servers, but right now we're trying to use a Radius server that is running on the same machine. Our /var/log/maillog shows: PAM authentication failed for user "jpublic": User account has expired (13) [pop_pass.c:484] If anyone can help, we'd sure appreciate it. Our goal is to not have to hit the system database at all, but rather get everything from the radius file.
