Hi,

I'm running qmail-103, qmailadmin, vpopmail/vchkpw with vmysql
auth + smtp relay.
vpopmail is working fine, with qmail-pop3d & smtpd.

I have built sqwebmail, and got the authlib/authtest program authorizing
ok
I can see the queries going to mysql, and its getting the data ok.

But! I cant get   cgi-bin/sqwebmail  authenticating.
I am struggling through the sqwebmail.c code with syslog and printf
statements, not having much joy.


my sqwebmail configure options are:

LIBS="-lmysqlclient" ./configure \
--prefix=/usr \
--with-piddir=/var/run \
--with-htmllibdir=/home/httpd/sqwebmail_html \
--sysconfdir=/etc \
--localstatedir=/var/sqwebmail \
--enable-cgibindir=/home/httpd/cgi-bin \
--enable-imagedir=/home/httpd/images \
--enable-imageurl=/images/ \
--without-authldap \
--without-authpam \
--without-authuserdb \
--enable-webpass=vpopmail \
--without-authpwd \
--without-authshadow


my vpopmail configure options are:

./configure \
--localstatedir=/var/vpopmail \
--enable-mysql=y \
--enable-large-site=n \
--enable-sqlincdir=/usr/include/mysql \
--enable-sqllibdir=/usr/lib/mysql \
--enable-sqllibs=mysqlclient \
--enable-roaming-users=y \
--enable-hardquota=10000000 \
--enable-tcpserver-file=~vpopmail/etc/tcp.smtp \
--enable-tcprules-prog=/usr/bin/tcprules \
--enable-relay-clear-minutes=180 \
--enable-logging=y \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vchkpw

Any ideas anyone ?

Cheers,

Mike Pheasant.

Reply via email to