10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: sqwebmail aut...
FromSent OnAttachments
Brad DameronFeb 6, 2001 2:10 pm 
Patrick PriceFeb 6, 2001 2:23 pm 
Sam VarshavchikFeb 6, 2001 2:36 pm 
Patrick PriceFeb 6, 2001 2:45 pm 
Sam VarshavchikFeb 6, 2001 2:59 pm 
Patrick PriceFeb 6, 2001 8:14 pm 
Sam VarshavchikFeb 6, 2001 9:21 pm 
Patrick PriceFeb 7, 2001 4:54 pm 
Sam VarshavchikFeb 7, 2001 5:23 pm 
Patrick PriceFeb 7, 2001 9:17 pm 
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:Re: [courier-users] Re: sqwebmail authentication questionActions...
From:Patrick Price (sysa@moment.net)
Date:Feb 7, 2001 9:17:18 pm
List:net.sourceforge.lists.courier-users

Yes. The authdaemon module puts all the authentication code into a separate daemon process, so there's only one actual authentication module - authdaemon. You define which authentication modules in authdaemon will be used by editing the authdaemonrc configuration file. With authdaemon, you need to take the additional steps of starting the authdaemond process in order for all authentication to work.

OK now I'm having authdaemond woes. Compiled courier-0.31.0 --with-authdaemon --with-authuserdb --with-authpwd --without-authpam and authdaemonrc contains "authcustom authuserdb authpwd" as expected.

Started courier, then authdaemond, verified it's running, started esmtpd and pop3d.

Started getting 550 User unknown. left and right for all local addresses.

# ps axw | grep authdaemon 55994 ?? S 0:00.01 /usr/lib/courier/libexec/authlib/authdaemond.plain start 56004 ?? S 0:00.00 /usr/lib/courier/libexec/authlib/authdaemond.plain start 56005 ?? S 0:00.00 /usr/lib/courier/libexec/authlib/authdaemond.plain start 56006 ?? S 0:00.00 /usr/lib/courier/libexec/authlib/authdaemond.plain start 56007 ?? S 0:00.00 /usr/lib/courier/libexec/authlib/authdaemond.plain start 56008 ?? S 0:00.00 /usr/lib/courier/libexec/authlib/authdaemond.plain start

What am I doing wrong?

Patrick