37 messages in net.sourceforge.lists.courier-users[courier-users] Re: testing authdaemond
FromSent OnAttachments
Adam ShermanJan 31, 2001 1:52 pm 
Sam VarshavchikJan 31, 2001 6:13 pm 
Adam ShermanJan 31, 2001 7:58 pm 
Patrick PriceJan 31, 2001 8:08 pm 
Sam VarshavchikJan 31, 2001 8:18 pm 
Sam VarshavchikJan 31, 2001 8:51 pm 
Patrick PriceJan 31, 2001 9:01 pm 
Patrick PriceJan 31, 2001 9:04 pm 
Sam VarshavchikJan 31, 2001 9:15 pm 
Patrick PriceJan 31, 2001 9:21 pm 
Patrick PriceJan 31, 2001 9:53 pm 
Alexei Batyr'Feb 1, 2001 2:20 am 
Sam VarshavchikFeb 1, 2001 4:46 am 
Sam VarshavchikFeb 1, 2001 5:10 am 
Chris MeadorsFeb 1, 2001 5:20 am 
Sam VarshavchikFeb 1, 2001 5:25 am 
Chris MeadorsFeb 1, 2001 5:38 am 
Alexei Batyr'Feb 1, 2001 5:39 am 
Sam VarshavchikFeb 1, 2001 5:45 am 
Alexei Batyr'Feb 1, 2001 5:49 am 
Adam ShermanFeb 1, 2001 5:57 am 
Adam ShermanFeb 1, 2001 6:24 am 
Adam ShermanFeb 1, 2001 2:36 pm 
Sam VarshavchikFeb 1, 2001 2:43 pm 
Sam VarshavchikFeb 1, 2001 2:43 pm 
Sam VarshavchikFeb 1, 2001 2:43 pm 
Patrick PriceFeb 1, 2001 7:54 pm 
Adam ShermanFeb 1, 2001 8:34 pm 
Scott BiskerFeb 1, 2001 8:55 pm 
Sam VarshavchikFeb 1, 2001 9:14 pm 
Alexei Batyr'Feb 2, 2001 4:13 am 
Sam VarshavchikFeb 2, 2001 4:52 am 
Alexei Batyr'Feb 2, 2001 5:30 am 
Tomas FasthFeb 2, 2001 11:33 am 
Patrick PriceFeb 2, 2001 12:36 pm 
Alexei Batyr'Feb 3, 2001 12:31 am 
Tomas FasthFeb 3, 2001 11:13 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: testing authdaemondActions...
From:Adam Sherman (ad@tritus.ca)
Date:Feb 1, 2001 6:24:14 am
List:net.sourceforge.lists.courier-users

OK, if I simply run authtest username password, gives reports a connection failure to authdaemon.

Well, there you go. It can't connect to authdaemon. There's your problem. Now, you need to investigate why. If you think you have authdaemond running, it must be from a previous version that was compiled to use a different configuration directory, or something, so it's listening on a different socket than the connection is being tried to. Or, the listening socket was deleted, for some reason. In that case, just kill those processes, and restart them.

Good! Now, I have a few process called authdaemon.mysql running, is this authdaemond? And, when I restart courier, it doesn't improve the situation.

More headway! I ran strace on authtest, and found that I needed to reconfigure with the right authdaemon dir. Once that was done it simply gave me a Authentication Failed message. I have MySQL set to log everything, and nothing connects to it.

I have authmysql as the only module defined in authdaemonrc. Anywhere else I need to tell courier about MySQL?

Thanks,

A.