Hi again,
first thanks for the fast reaction.
But I am not able to compile --with-authmysql and --without-authdaemon at
the same time. If I $ LIBS=-L/usr/local/lib/mysql ./configure
--with-authmysql --without-authdaemon
I get:
$ authlib/authinfo
AUTHENTICATION_MODULES="authuserdb authshadow authpwd authcram"
SASL_AUTHENTICATION_MODULES="LOGIN CRAM-MD5"
And whatever sane (at least I hope so ;) ) combination of authlibs I
specify I seem to be only getting authmysql in combination with
authdaemon. I also tried having only authmysql in authmysqlrc to no avail.
Thanks again, Rolf
On Wed, 7 Jun 2000, Sam Varshavchik wrote:
On Thu, 8 Jun 2000, Rolf Schillinger wrote:
Hi courier-users,
I am currently struggling with authmysql in courier-imap-0.33a.
I checked the archives of this list so I checked if authmysql is in
authdaemonrc. It is. I checked the config.log in ../authlib/. It had no
errors either.
I finally looked via tcpdump and ip-traffic loggers wether authdaemon
creates a connection to mysql. But there was not one trace of it.
Remove all other modules from authdaemonrc.
Also, configure --without-authdaemon
MySQL support is currently marked as experimental. It's possible that
there are some problems there.