12 Apr
2009
12 Apr
'09
5:02 a.m.
On Sat, 2009-04-11 at 19:53 -0600, Preston Lord wrote:
driver = mysql connect = host=127.0.0.1 dbname=mailserver user=mailuser password=xxxxxxxx default_pass_scheme = PLAIN-MD5 password_query = SELECT email as user, password FROM view_users WHERE email='%u';
I was able to get it working if I changed the %u ... Is there a way to regex %u for @com in the config?
No, but I bet there are many different ways to do it with MySQL functions in the password_query.