Adam Sherman writes: > On 03/13/2002 01:02:03 AM -0500, Sam Varshavchik wrote: >>> Where should I start to debug my setup? >> >> Start by running authtest, from the authlib directory. > > OK, "authtest username password" gives me: "Temporary authentication > failure from module authdaemon". > > I have a bunch of authdaemond.pgsql's running as root. > > What else can I look for?
First, strace authtest to determine if it manages to connect to authdaemond, if not why it fails. If it connects to authdaemond. Then reconfigure authdaemond to use one daemon process only, restart it, attach strace to the authdaemond process, and repeat the experiment. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
