With auth_debug = yes, I see that the MySQL querie change when fts solr is 
enabled, it adds : AND disableindexer-worker = 'n'

Here is the full query :

Mar 14 19:51:03 mut-mx-1 dovecot: auth: Debug: master in: 
USER#0111#011u...@domain.com#011service=indexer-worker
Mar 14 19:51:03 mut-mx-1 dovecot: auth-worker(10769): Debug: 
sql(u...@domain.com): SELECT email as user, maildir as home, CONCAT('maildir:', 
maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', quota, 'B') AS 
quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE (login = 
'u...@domain.com' OR email = 'u...@domain.com') AND disableindexer-worker = 'n'
Mar 14 19:51:03 mut-mx-1 dovecot: auth-worker(10769): Warning: mysql: Query 
failed, retrying: Unknown column 'disableindexer' in 'where clause'
Mar 14 19:51:03 mut-mx-1 dovecot: auth-worker(10769): Error: 
sql(u...@domain.com): User query failed: Unknown column 'disableindexer' in 
'where clause'
Mar 14 19:51:03 mut-mx-1 dovecot: auth: Debug: userdb out: FAIL#0111

So, I guess that I need to add a disableindexer-worker column in my database 
but I can't find any documentation about that nor any reference about 
disableindexer-worker in source code.
I'm lost…

Alexandre

Reply via email to