Skip to main content

Problem in eximstats

Comments

4 comments

  • HostingH
    Hi, Yes, you can clear it or repair it. to clear it use following steps Go to mysql mysql use eximstats Then from with the query browser run delete from sends; delete from smtp; delete from failures; delete from defers; \q Now check disk space
    0
  • cPanelMichael
    Hello :) You can repair the "eximstats" database via a command such as: mysqlcheck --repair eximstats
    After that, I recommend modifying the following option under the "Stats and Logs" tab in "WHM Home " Server Configuration " Tweak Settings": "The interval, in days, to retain Exim stats in the database" You can reduce the number of days if you find there is too much disk space usage being utilized by Eximstats. Thank you.
    0
  • morteza3245
    Oh, i removed failures table in eximstats how i can creat again? i runed drop from phpmyadmin in WHM. Thanks.
    0
  • cPanelMichael
    You can generate a new instance of the table via: /usr/local/cpanel/bin/updateeximstats
    Thank you.
    0

Please sign in to leave a comment.