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.


Michael



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to