"Hubbard, David" wrote:
>
> Hi all,
> sqwebmail doesn't seem to log anywhere that people
> are logging in and out. I would like to know when my
> users are accessing their accounts and when invalid
> passwords are entered, is that possible? I had assumed
> that vchkpw was doing the authentication, is this not
> correct?
You can always parse your httpd log files for that.
sqwebmail uses a vauth_getpw function call to authenticate
with vpopmail. vauth_getpw doesn't log anything.
sqwebmail does not use the vchkpw program to authenticate.
Look in sqwebmail's authlib directory for the vchkpw modules
Ken Jones