I've been having trouble running the post-install tests, namely that the test mails get rejected with "550 User unknown" errors.
Anyway, in trying to figure this out, I decided to run the "authinfo" program, which is supposed to dump a list of the authentication modules that were built in during the "make". Here's the output I get:
AUTHENTICATION_MODULES="authdaemon" AUTHDAEMONMODULELIST="authcustom authcram authuserdb authpam" SASL_AUTHENTICATION_MODULES="CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"
I ran "configure" with the following options:
./configure --with-transport="local esmtp dsn" --without-ipv6 --without-ldap --without-authmysql --without-authpgsql --enable-https --with-mailuser=courier --with-mailgroup=courier --enable-softtimeout=7200 --disable-autorenamesent
My question is why don't authpwd and authshadow show up in the list generated by "authinfo" ? - I think this may be my problem running
Because you have authpam.
the tests, since the tests rely on a local account.
You need to configure PAM. See INSTALL.
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
