Timo Sirainen wrote: > > On Wed, 2009-05-20 at 08:55 -0700, RoyK wrote: >> I see the same happen on Ubuntu Linux 8.04LTS, Dovecot 1.0.5. Config is >> given below. %u is expanded on the password_query, but not with the >> user_query, according to the mysql query log. > > Show your password_query. >
These are the two queries being executed 181 Query SELECT username as user, password, domain FROM users WHERE username = 'test' and domain = 'mydomain.com' 181 Query SELECT 'maildir:/var/spool/dovecot//test' as mail, uid, gid, domain FROM users WHERE username = 'test' and domain = '' -- View this message in context: http://www.nabble.com/-d-does-not-expand-to-domain-tp23258935p23639755.html Sent from the Dovecot mailing list archive at Nabble.com.