hello,anybody:
First I use sqwebmail-0.37a + vpopmail4.84 + mysql + redhat6.2.
That is all right.When I change sqwebmail-0.37a to sqwebmail-1.0,
there is something wrong.
When I login,it tellsme 'invalid username or password'.
My step of sqwebmail's compile:
1../configure --enable-authvchkpw --without-authpam --without-authuserdb
--enable-webpass=no --without-authpwd --without-authshadow --without-authmysql
2.edit authlib/Makefile
Replace
CRYPTLIBS = -lcrypt
With
CRYPTLIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient
3.edit sqwebmail/Makefile
replace
LIBS = -lcrypt
with
LIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient
4.make
5.make install-strip
Best Regards.
[EMAIL PROTECTED]