2 messages in net.sourceforge.lists.courier-users[courier-users] Re: can checkpassword...
FromSent OnAttachments
Michael BoyiazisMay 24, 2001 12:30 pm 
Sam VarshavchikMay 24, 2001 2:45 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:[courier-users] Re: can checkpassword be the authcustom module?Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 24, 2001 2:45:52 pm
List:net.sourceforge.lists.courier-users

Michael Boyiazis writes:

Greetings:

I've configured imap using the following:

CPPFLAGS="-I /usr/local/include"; export CPPFLAGS; LDFLAGS="-L /usr/local/lib"; export LDFLAGS; ./configure --with-waitfunc=wait3 --without-authldap --without-authdaemon -- without-authvchkpw --without-authcram --without-authuserdb --without-authpam --without-auth --with-authcustom --without-authpwd --without-authshadow

notice all the without's...the only auth module i didn't exclude is the authcustom since i would *like* to use our locally modified version of "qmail's" checkpassword program. is this a doable process? any pointers if any of you have done this before?

Forget about authcustom for a moment. Get the software compiled, installed, and functionally verified with a plain old authpwd/authshadow/authpam module. Once you've got a functional system, then you can then go ahead and start screwing around with authcustom.