Rajkumar Andrews wrote:
>
> I've been using Qmail+Vpopmail for about 2.5 years now (as an admin).
> However, my clients now want web-access and I've just sat down and put
> everything (qmail,sqwebmail,vpopmail,qmail-admin) onto a terrific server.
> Unfortunately, the sqwebmail will not authenticate the users at all. All
> other mail clients (pop3 access) is working. Please help?
>
Try this as a configure line for sqwebmail:
./configure --enable-webpass=vpopmail --without-authuserdb
--without-authpam \
--without-authpwd --without-authshadow --without-authldap
--with-cachedir \
--without-authuserdb \
--with-authvchkpw --enable-imageurl=/images/sqwebmail/ \
--enable-hardtimeout=100000 \
--enable-softtimeout=100000 \
--enable-imagedir=/usr/local/apache/htdocs/images/sqwebmail \
--enable-cgibindir=/usr/local/apache/cgi-bin
You will need to change the last two configure lines to point
to your document root and cgi-bin directories.
Ken Jones