[Dovecot] ot: mysql auth worker failure ?
Timo Sirainen
tss at iki.fi
Fri Aug 3 17:12:35 EEST 2012
On 3.8.2012, at 17.08, Voytek Eymont wrote:
>> states clearly that a table is missing
>> what about connect directly to mysqld and look if the table exists and
>> review your import dump-files if they did drop tables?
>
> auth-worker(28335): Error: mysql: Query failed, retrying: Table
> 'postfix.users' doesn't exist
>
> Reindl , thanks
>
> oops, I clearly mis-interpreted what happened...
> looking at mysql tables, I don't have such table, and, it seems I'm not
> using it in my sql:
..
> where could that be called from ?
From the default passdb/userdb sql settings. You haven't set one of password_query, user_query or iterate_query and it's trying to use the default which doesn't of course work with your database.
More information about the dovecot
mailing list