>  [snip]  
> make configure-check
> make check
> make install 
 
make install-configure
is what you missed.  that will put in the configs needed to start authdaemon properly. 
 
> --with-module=authvchkpw  
 
is pointles, its enabled by default.  All auth modules are enabled by default.  you should be doing --without-module=authpwd --without-module=authpam etc, etc, if you only want authvchkpw to authenticate.  Alternatively, after you 'make install-configure', you can edit
 
/usr/local/share/sqwebmail/authdaemonrc
# Comment out this line
# authmodulelist="authcustom authuserdb authvchkpw authldap authpam"
# And add this line
authmodulelist="authvchkpw" 
 
> [snip]
 
the other thing I ran into with  --with-cachedir  and not specifying  --with-cachedir=/var/run/sqwebmail is that it was trying to cache logins relative to my binary, so  ../cgi-bin/sqwebmail and the cache dir became ../cgi-bin/yes/
 
that might have been just on the version I installed, but from now on i always spell out the cache dir just in case.
 
Good Luck,
Dallas Engelken
http://www.hipsound.com (qmail project)
 
 
 

Reply via email to