I am setting up a courier (imap and pop3) server with mysql-auth for about 200-300 users.... At the moment around 20 of those users should have access to imap, and the rest (not so important people :PP) pop3....
In my database I will have fields for imap 1/0 pop3 1/0
I know of the MYSQL_WHERE_CLAUSE option in the auth configuration, however this is global over both imap and pop3.... is there any way to say
(psudo code)
ALLOW_IMAP_WHERE "imap='1'" ALLOW_POP3_WHERE "pop3='1'"
? (or something along those lines....)
my only other option is to use a seperate pop3 server and make a clear definition between the two... but that would be a shame as courier for pop3 seems great.
Cheers, Andrew.
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
