Mail Delivery Reports ‘./eximstats/smtp’ Error
There are many different reasons for problems encountered with mail delivery from servers. You may experience
mail sending issues due to various problems related to IP addresses, domain names, or the server. One of these errors is related to the eximstats database. When a mail cannot be sent, many error emails are returned. The reason for the problem is described in the
returned error emails, helping you identify where the issue is and take action to resolve it.
The error related to the eximstats database is generally as follows.
DeliveryReporter API internal failure: DBD::mysql::db selectall_arrayref failed:
Table ‘./eximstats/smtp’ is marked as crashed and lastWhen you examine the error message and see this error line, running the following command will be sufficient to resolve it.
mysqlcheck –repair eximstatsAfter the
command, if the server completed the operation without issues, you should see output like the following on the console.

Leave a Comment
* Your comment will be published after approval.
Comments
0No comments yet. Be the first to comment!