Thanks for getting back to me quickly
but the MYSQL_WHERE_CLAUSE in the authdaemon configuration covers both imap and pop3 authentication..... how do I seperate it? (an example would be great :P) - or point me to somewhere that explains it (I have been through all the docs on the website, but can't find what I need).
Try MYSQL_SELECT_CLAUSE instead:
# $(service) will expand out to the service being authenticated: imap, imaps, # pop3 or pop3s. Courier mail server only: service will also expand out to #
MYSQL_SELECT_CLAUSE ... and service like '%:$(service):%'
In your database:
service -------
":imap:imaps:pop3:pop3s:"
":pop3:pop3s:"
... etc...
------------------------------------------------------- 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
