Hello,Sir:
I use sqwebmail-1.0.3 with vpopmail.And I put my email account in Mysql
database.
When I compile sqwebmail I use following configure option:
--with-authmysql --with-cachedir --enable-cgibindir=/home/httpd/cgi-bin/
--enable-imageurl=/home/httpd/html/image --enable-imageurl=/image/ --enable-webpass=no
then I make ,make install. All the things seems OK. Then I start the
authdaemond.In output of ps ax, I get following messag:
./authdaemond.mysql start
./authdaemond.mysql start
./authdaemond.mysql start
./authdaemond.mysql start
./authdaemond.mysql start
In my authdaemonrc file I get following message:
authmodulelist="authmysql"
daemons=5
version=""
authdaemonvar=${prefix}/share/sqwebmail/authdaemon
but when I login by web interface, It always said I use invalid username and
passwd.
How can give me any advice. Thank u very much!