--- "Russell P. Sutherland" <[EMAIL PROTECTED]> wrote: > I'm trying to build sqwebmail (v2.1.1) to > authenticate with vpopmail 4.9.10 which is using mysql > for authenication. > > Does anyone have a list of configuration options > that work? > > Mine are (for a FreeBSD system): Have you tried building it from the ports collection?
i.e. cd /usr/ports/mail/sqwebmail make && make install Usually all that stuff works out of the box. I tend to use ports as a first attempt just to get the hang of things then I'll look more closely at ./configure if necessary. Oops! Just looked at your ./configure options: > ./configure \ > --enable-webpass=vpopmail \ > --without-authpwd \ > --without-authshadow \ > --without-authpam \ > --without-authuserdb \ > --without-authldap \ > --without-authmysql \ Seems to me that this will switch off mysql authentication. Lo and behold, in /usr/ports/mail/sqwebmail/work/sqwebmail-2.0.0/INSTALL on lines 516 to 566 there is a description of MySQL authentication. Maybe you need to make clean and reconfigure using --with-authmysql instead of --without-authmysql Cheers, Adam. > --with-authvchkpw \ > --with-cachedir \ > --enable-logincache \ > --enable-imagedir=/usr/local/www/data/images/sqwebmail \ > --enable-imageurl=/images/sqwebmail/ ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
