[Dovecot] %d does not expand to domain

RoyK roy at karlsbakk.net
Wed May 20 20:18:32 EEST 2009



RoyK wrote:
> 
> 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 = ''
> 

And here is the stuff from the config

user_query = SELECT 'maildir:/var/spool/dovecot/%d/%n' as mail, uid, gid,
domain FROM users WHERE username = '%n' and domain = '%d'
password_query = SELECT username as user, password, domain FROM users WHERE
username = '%n' and domain = '%d'

roy
-- 
View this message in context: http://www.nabble.com/-d-does-not-expand-to-domain-tp23258935p23639781.html
Sent from the Dovecot mailing list archive at Nabble.com.



More information about the dovecot mailing list