Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Email Trace not working in cPanel.  (Read 4295 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Email Trace not working in cPanel.
« on: August 04, 2014, 06:57:30 am »
The issue might be due to corrupted DB eximstats.

 To fix this,

- Access the server

- Check the DB to see if there is corruption.
  # mysqlcheck eximstats

- If you see warning like " Table is marked as crashed" OR "error : Corrupt", then DB needs to be repaired"
  # mysqlcheck --repair eximstats

Now, email trace should be working properly.