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: How to clear eximstats Database  (Read 3631 times)

0 Members and 1 Guest are viewing this topic.

Tinu

  • Guest
How to clear eximstats Database
« on: March 05, 2015, 12:47:16 pm »
Eximstats will generates statistics from Exim mainlog or syslog files.

If the size of your eximstats database is getting large, you can do the following steps to clear it. Login to mysql

mysql

mysql> use eximstats

mysql> delete from sends;

mysql> delete from smtp;

mysql> delete from failures

mysql> delete from defers;