bronto said: > While on long drives last weekend I did some thinking. I have just > built a new linux mail server using Postfix-MySQL-Courier-imap. I > would like to be able to restrict access to imap services to only > particular users. It was apparent last week from several other > messages on this list that there is currently no built in > functionality for selectively granting imap privileges and was > thinking there must be some other way to do this, other than a > suggested method of running two instances of courier-imap.
Why not hack the auth functionality so that when it tries to auth, it has to check against an additional file in /etc, such as /etc/imap-authorised, and bump any userid that isn't in that file? I'll look when I get home and see if I can hack together a script that would do that. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
