Jürgen Hoffmann wrote:
>
> Hi All,
>
> HAPPY NEW YEARLLENIUM :-) Hope all of you had a great time.
>
> I have a problem with sqwebmail-1.1.2 and vpopmail 4.9.7 Although
> everything compiled fine after adding the
> necessary Flags for the mysql libs, I cannot get authenticated
> through the Web-Interface of sqwebmail. And I have
> another question. Is this just me, or is sqwebmail installed as
> suid root? Maybe I did something wrong?
>
> these are my configure options
> ./configure \
> --with-db=gdbm \
> --enable-cgibindir=/usr/lib/cgi-bin \
> --enable-imagedir=/var/www/images \
> --without-authpwd \
> --without-authshadow \
> --without-authpam \
> --without-authuserdb \
> --with-authvchkpw \
> --without-authldap \
> --with-authdaemon \
> --enable-imageurl=/images \
> --without-fcgi \
> --without-ispell \
> --enable-webpass=yes \
> --enable-hardtimeout=7200 \
> --enable-softtimeout=1200 \
> --enable-autopurge=7 \
> --enable-maxpurge=90 \
> --with-defaultlang=en \
> --enable-mimetypes=/etc/apache/mime.types \
> --with-cachedir
> and this is the ls -la in /usr/lib/cgi-bin ...
> mail1:~/sqwebmail-1.1.2# ls -la /usr/lib/cgi-bin/
> total 256
> drwxr-xr-x 2 root root 4096 Jan 1 19:43 .
> drwxr-xr-x 22 root root 4096 Oct 20 11:37 ..
> -rwsr-xr-x 1 root root 249436 Jan 1 19:43 sqwebmail
>
> help of any sort is highly appreciated.
>
> kind regards
>
> juergen Hoffmann
Try removing the --with-authdaemon option.
I don't use it and sqwebmail 1.1.2 and sqwebmail 1.2.0 both worked.
Ken Jones