Ken Jones writes: > > Is there any where that explains the use of > these environment variables? > > AUTHENTICATED= > AUTHFULLNAME= > AUTHADDR=
The first two are documented in the authlib man page. AUTHADDR isn't, but there's a reference to it in auth.h > > I am working on the vchkpw authentication module and > trying to figure out when or if these need to be set. > > Also, I'm trying to figure out if it is better to use > an authentication module in the courier code or to have > an external program to do the authentication. An external program would incur significant overhead when there are a lot of authentication requests. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
