3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] custom authentica...
FromSent OnAttachments
Wade KlaverAug 13, 2002 11:28 am 
David ElewitzAug 13, 2002 12:32 pm 
Roland SchneiderAug 13, 2002 12:56 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] custom authentication.Actions...
From:Roland Schneider (list@serv.ch)
Date:Aug 13, 2002 12:56:42 pm
List:net.sourceforge.lists.courier-users

--Wade Klaver wrote on 13.08.2002 11:30 -0700:

Hello all, I am attempting to build a custom authentication handler. I am sticking with the authcustom.c skeleton. The problem i am having is that I can really get nothing out of authcustom.c on stderr so i cannot tell what is going on.

Dont run the authmodule behind authdaemon.

The following list of questions I compiled:

1) In /usr/local/etc/imapd I have authcustom listed as the only auth module: AUTHMODULES="authcustom" Is this correct? I was previously listing authdaemon and specifying authcustom as the module to use in authdaemonrc, but i was getting nowhere there either.

You need ./configure --without-authdaemon to get rid of authdaemon, all the authstuff gets statically compiled and changing authmodules wont help.

Roland