Thanks Ken and Phillips and all those who have patiently helped me through.
It works now!
:-)

----- Original Message -----
From: "Philip Wall" <[EMAIL PROTECTED]>
To: "Daniel Pook Ngai Lin" <[EMAIL PROTECTED]>; "Vchkpw Mailing List
EE-mail"" <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 4:29 PM
Subject: Re: [vchkpw] sqwebmail cannot log in


> You need to also tell it where the MySQL includes are. Easier to
> edit the Makefile than to specify env settings, atleast it is for me.
>  A double password might be some spurious entries in the
> database or a leftover entry in the login cache.
>
> Philip Wall
>
> On 21 Jun 01, at 14:24, Daniel Pook Ngai Lin wrote:
>
> >
> > my settings are:
> >
> > vpopmail
> >
./configure --enable-hardquota=10000000 --enable-mysql=y --enable-logging=y
> > --enable-roaming-users=y
> >
> > sqwebmail
> > env "LIBS=-R/usr/lib/mysql -lmysqlclient -lz"
> > ./configure \
> >   --with-htmllibdir=/usr/local/apache/htdocs/webmail \
> >   --enable-cgibindir=/usr/local/apache/cgi-bin \
> >   --enable-imagedir=/usr/local/apache/htdocs/webmail/icons \
> >   --enable-imageurl=/usr/local/apache/htdocs/images/sqwebmail \
> >   --enable-mimecharset=gb2312 \
> >   --without-authmysql \
> >   --with-authvchkpw \
> >
> >
gcc  -I/export/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/export/home
> > /vpopmail/lib  -o authvchkpw  modauthvchkpw.o lib
> > authmod.a libauth.a ../md5/libmd5.a
> > ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
> > /export/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_open':
> > /export/home/danielpook/vpopmail-4.9.10/vauth.c:70: undefined reference
to
> > `mysql_init'
> > /export/home/danielpook/vpopmail-4.9.10/vauth.c:72: undefined reference
to
> > `mysql_real_connect'
> > /export/home/danielpook/vpopmail-4.9.10/vauth.c:74: undefined reference
to
> > `mysql_real_connect'
> > /export/home/danielpook/vpopmail-4.9.10/vauth.c:81: undefined reference
to
> > `mysql_query'
> > /export/home/danielpook/vpopmail-4.9.10/vauth.c:86: undefined reference
to
> > `mysql_store_result'
> > .....
> >
> >
> > Error....
> > :-(
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "Kieran Barnes" <[EMAIL PROTECTED]>
> > To: "'Daniel Pook Ngai Lin'" <[EMAIL PROTECTED]>
> > Cc: "Vchkpw Mailing List (E-mail)" <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 20, 2001 4:14 PM
> > Subject: RE: [vchkpw] sqwebmail cannot log in
> >
> >
> > > Might be an obvious question, but did you compile in authvchkpw
support
> > into
> > > sqwebmail, did you activate that module and delete the rest?
> > >
> > > I am not over familiar with vpopmail. Read the INSTALL file, then read
it
> > > again, its quite heavy stuff
> > >
> > > --
> > > Regards,
> > >
> > > Kieran Barnes
> > > Signum 1226 Ltd
> > > Visit our website at http://www.1226.net
> > > Phone: 01772 622889 || Fax: 01772 622558
> > >
> > >
> > > > -----Original Message-----
> > > > From: Daniel Pook Ngai Lin [mailto:[EMAIL PROTECTED]]
> > > > Sent: 20 June 2001 03:22
> > > > Cc: [EMAIL PROTECTED]
> > > > Subject: [vchkpw] sqwebmail cannot log in
> > > >
> > > >
> > > > Hi,
> > > >
> > > > I have problem logging in sqwebmail with the following versions:
> > > >
> > > > mysql-3.23.39
> > > > ezmlm-0.53
> > > > qmail-1.03
> > > > vpopmail-4.9.10
> > > > daemontools-0.70
> > > > autorespond-1.0.0
> > > > qmailadmin-0.45
> > > > sqwebmail-2.1.1
> > > >
> > > > Add domain and users effectively reflected in vpopmail
> > > > directory and mysql
> > > > vpopmail table.  however i always hit INVALID USERID OR
> > > > PASSWORD error.
> > > > Another sympthon is that Postmaster account in my qmailadmin
> > > > module able to
> > > > log in using 2 passwords ( 1 is subset of the other), strange
> > > > behaviour...
> > > >
> > > > Any clue?
> > > >
> > > > Thanks!!
> > > >
> > > > ----- Original Message -----
> > > > From: "Dushyanth Harinath" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Cc: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, June 19, 2001 9:08 PM
> > > > Subject: Re: vpopmail authentication under courier-imap.
> > > >
> > > >
> > > > > hi,
> > > > >
> > > > > > My webmail - squirrelmail - is having problems during
> > > > authentication if
> > > > > > I  enter a wrong password.
> > > > >
> > > > > Thats obvious ...
> > > > > BTW ...r u able to access ur mailbox with the correct password
> > > > >
> > > > > >After some researching I figured out that
> > > > > > courier-imap is just closing the connection without the
> > > > expected NO
> > > > > > answer.  After talking to Mr. Sam he suggested me to ask
> > > > here in this
> > > > > > list for help  as I use only vpopmail authentication under
> > > > > > courier-imap.
> > > > > >
> > > > > > Versions:
> > > > > >
> > > > > > courier-imap: 1.3.8.1
> > > > > > vpopmail: 4.9.10
> > > > > > qmail: 1.03
> > > > >
> > > > > I have exactly the same setup but diff version though...and
> > > > i havent faced
> > > > > any problems so far...
> > > > >
> > > > > Can u post some more info like....error messages ,logs etc.
> > > > >
> > > > > regards
> > > > > dushyanth
> > > > > --
> > > > > As we enjoy great advantages from the inventions of
> > > > > others, we should be glad of an opportunity to serve others by any
> > > > > invention of ours; and this we should do freely and generously."
> > > > >                      -- Benjamin Franklin
> > > > >
> > > > > Dushyanth Harinath
> > > > > Archean Infotech Limited
> > > > > Ph No:091-040-3228666,6570704,3228674
> > > > > http://www.archeanit.com
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
>
>

Reply via email to