Go to authlib/preauthvchkpw.c and comment the line 75 --> /* vclose(); */,
then "make install-strip" and already. Authdaemond is not necessary but if
You use mysql or ldap authentification it's good.
Michael Pheasant writes:
> Thanks Sam,
>
> I'll try the CGI stuff, but do you have to run authdaemond - I notice another post
> on the list where someone has mysql/vpopmail and runs authdaemond ?
>
> mike.
>
> > On Tue, 26 Sep 2000, Michael Pheasant wrote:
> >
> > > > What happens without the -m flag?
> > >
> > > All Hunky Dory:
> > >
> > > [root@lorax authlib]# ./authtest [EMAIL PROTECTED] bass2000
> > > Authenticated: module authvchkpw
> > > Home directory: /home/vpopmail/domains/pheasant.co.nz/gloria
> > > UID/GID: 511/506
> > > [EMAIL PROTECTED]
> > > AUTHFULLNAME=Gloria Pheasant
> > >
> > > - Is there any easy way of turning logging on, or better yet, running sqwebmail
> > > from the command line and somehow dummy up the cgi-params & POST, etc ?
> >
> > Yes, you can certainly run sqwebmail from the command line, if you specify
> > all the usual CGI environment variables. I might miss a few, but, off the
> > top of my head:
> >
> > HTTP_HOST=localhost
> > SCRIPT_NAME=/cgi-bin/sqwebmail
> > HTTP_ACCEPT_LANGUAGE=en
> > REMOTE_ADDR=127.0.0.1
> > REQUEST_METHOD=GET
> > QUERY_STRING=username=username&password=password&do.login=Login
> >
> > --
> > Sam
>