On Thu, 2008-06-05 at 08:39 +0200, Martin Schuster (IFKL IT OS DSM CD) wrote: > You should be able to do this at the authentication-level. e.g. if your > are using authmysql, you could add another column to your use-table, > "is_allowed_esmtp", and then write a custom MYSQL_SELECT_CLAUSE with > sth. like > AND (is_allowed_esmtp = 'yes' OR $service != 'smtp') > at the end. > > (haven't looked at my own setup or at the docs for this one, might not > work in exactly this way, but I guess you get the idea)
Martin, this is clever and may work. I already use a fairly sophisticated MYSQL_SELECT_CLAUSE and this may not be so difficult to implement. -- Lindsay Haisley | "In an open world, | PGP public key FMP Computer Services | who needs Windows | available at 512-259-1190 | or Gates" | http://pubkeys.fmp.com http://www.fmp.com | | ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
