Arthur Kerpician wrote:
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

They won't be, because you didn't specify not to use authdaemond.
Check your authdaemon rc file and you will see what authentication modules are being used.

If you want to authenticate both ways, then I believe you will need to use authdaemond with those 2 auth modules listed for it.

-jesse



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Reply via email to