Probably :}
But I don't know off hand.
Ken
"Hubbard, David" wrote:
>
> Is there a way to interpret the logged 'requested URL'
> to determine if a login was successful or a failure?
> I'd just like to be able to figure out if someone's
> hammering on my web emailer's accounts...
>
> Thanks again,
>
> Dave
>
> -----Original Message-----
> From: Ken Jones
> To: Hubbard, David
> Cc: '[EMAIL PROTECTED]'
> Sent: 7/19/00 12:04 PM
> Subject: Re: SQwebamil Auth Logging?
>
> "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