Hi all,
I have a working Vpopmail installation and installed latest authdaemon
onto the system - /usr/local/sbin/authtest works fine showing the
mailboxes etc. However Sqwebmail fails to run the configure script
fully because it says that there is no installation of authdaemon
installed.
I built Vpopmail using the users:
#groupadd -g 89 vchkpw
#useradd -g vchkpw -u 89 vpopmail
I then build Courier authentication modules using the following
commands:
#./configure --without-authpam --without-authldap --without-authpwd
--without-authmysql --without-authpgsql --without-authshadow
--without-authuserdb --without-authcustom --without-authcram
--without-authdaemon --with-authvchkpw --with-mailuser=vpopmail
--with-mailgroup=vchkpw
#make
#make install
#make install-configure
I then run the .configure script on latest Sqwebmail build thusly:
#./configure --prefix=/usr/local/share/sqwebmail
--with-cachedir=/var/cache/sqwebmail
--enable-imageurl=/images/sqwebmail
--enable-imagedir=/srv/www/htdocs/images/sqwebmail
--enable-cgibindir=/srv/www/cgi-bin --with-cacheowner=bin
--without-authpam
--without-authuserdb --without-authpwd --without-authshadow
Any suggestions/clues?
Running SLES 9 by the way.
Thanks.
Andrew.