Michael Nguyen writes:

We have a system where we separate some email users by prepending a string
to their password.  This way, we can limit certain users' access to say only
the website while others are able to access via POP/IMAP freely.  Basically
the logic goes like this:

 - Look for the special string at the start of the password
     - If the string exists, chop it off and check the remainder against the
database
     - If the string does not exist, check the password against the database
and check to make sure that the user owns the proper product

I would like to add this functionality to courier-authlib, but I was
wondering if I could get some advice as to where I put this code.  I'll
handle all of the specifics....I was just wondering if the experts out there
thought.

See "Account options" in README_authlib



Attachment: pgpr4sA04krcp.pgp
Description: PGP signature

Reply via email to