Hi list, I want to restrict access to courier. I want to have a bunch of people to be just able to use webmail (so restrict imap access to local), some should have pop access and the lucky ones remote imap access (for external mail clients). so I thought about introducing a new field called service in my sql database and then just number the access levels:
0 - account disabled 1 - webmail only 2 - webmail&pop3 3 - webmail&pop3&remote imap. I know that if I enter a line like MYSQL_WHERE_CLAUSE access='y' into authmysqlrc I can check for an account being enabled/disabled. but this won't help for the rest. I thought about invoking MYSQL_SELECT_CLAUSE in authmysqlrc but I just don't know how to check for these four or more possibilities. I also don't know if courier actually supports what I am looking for. thoughts? comments? regards, Andreas ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
