Hi!
How can I compile courier-imap to do mysql auth given:
-RH8
-qmail 1.03
-courier-imap 1.53
-mysql 3.23.51 (binary download, not source or rpm)
 
I tried this:
./configure --prefix=/opt/courier --with-mysql --with-mysql-libs=/path_to_mysql_source/libmysql
--with-mysql-includes=/path_to_mysql_source/include --with-authpwd --without-authpgsql --without-authldap
 
AND this:
 
./configure --prefix=/opt/courier --with-mysql=/path_to_mysql_source --with-authpwd --without-authpgsql --without-authldap
 
Everything install OK, but I don't see any authmysql in libexec/authlib. I want to be able to auth against /etc/passwd (/etc/shadow) and (if necessary) mysql db.
 
Thanks,
Arthur

Reply via email to