On 03/11/2014 22:29, Jorge Bastos wrote:
Password_query: password_query = select username, domain,password from users where username='%u' and domain='%d' and active='true'
Try "... username='%n' ..." not %u From doc/dovecot/example-config/dovecot-sql.conf# Commonly used available substitutions (see http://wiki.dovecot.org/Variables
# for full list): # %u = entire user@domain # %n = user part of user@domain # %d = domain part of user@domain James.
