31 Jan
2008
31 Jan
'08
4:54 p.m.
On Thu, 2008-01-24 at 06:10 -0600, John Dubchak wrote:
I would have expected the above %d to contain the "domain" SELECT
value from the password_query, but that doesn't seem to be the case.
Your password_query most likely dropped the domain by returning user field as Dovecot's "user" field. Have it return instead something like:
password_query = select concat(user, '@', domain) as user, ...