View Single Post
  #8 (permalink)  
Old 08-11-2008, 07:01 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

su - zimbra
logmysql zimbra_logger
check table mta;
repair table mta;

After that you might as well check the others:
show tables;
check table NAME;
Reply With Quote