3 Aug
                
                    2012
                
            
            
                3 Aug
                
                '12
                
            
            
            
        
    
                3:36 p.m.
            
        Am 03.08.2012 15:32, schrieb Voytek Eymont:
grep mysql /var/log/maillog | grep fail Aug 3 17:35:25 dovecot: auth-worker(28335): Error: mysql: Query failed, retrying: Table 'postfix.users' doesn't exist
states clearly that a table is missing
looking at mysqld.log, all i see is: no failure were noticed or reported, except for log items
any thoughts ?
why should mysqld report a error if a nonsystem table is mising
I might have been importing (phpmyadmin) some 3 or 4 databases around that time, surely that wouldn't cause such issue ?
what about connect directly to mysqld and look if the table exists and review your import dump-files if they did drop tables?
however, this is not a dovecot issue