Eximstats too large
If the size of your eximstats database is too large, you can do the following steps to empty it. Login to mysql server from root. [root@srv1 ~]# mysql mysql> use eximstats; Database changed mysql> show tables; +———————+ | Tables_in_eximstats | +———————+ | defers | | failures | | sends | | smtp | +———————+ 4 rows in set (0.00 sec) mysql> delete from defers; Query OK, 0 rows affected (0.52 sec) mysql> delete from failures; Query OK, 0 rows affected […]
Read MoreRunning exim on a different port – cPanel
Log into WHM and click on “Service Manager” under the Service Configuration grouping. Put a checkmark next to “exim on another port” (the default is port 26) then click “Save”.
Read MoreExim Remote Memory Corruption Vulnerability Notification (CVE-2010-4344)
Summary A memory corruption vulnerability exists in Exim versions 4.69 and older (CVE-2010-4344). Exim is the mail transfer agent used by cPanel & WHM. Security Rating This update has been rated as Important by the cPanel Security team. Description A memory corruption vulnerability has been discovered in Exim. This vulnerability may lead to arbitrary code execution with the privileges of the user executing the Exim daemon. cPanel previously released RPMs that mitigated the severity of the vulnerability on December 9, […]
Read MorecPanel :: Berkeley DB error: PANIC: fatal region error detected; run recovery
Exim logs /var/log/exim_mainlog shows Berkeley DB error. Berkeley DB error: PANIC: fatal region error detected; run recovery Berkeley DB error: PANIC: fatal region error detected; run recovery Berkeley DB error: PANIC: fatal region error detected; run recovery Exim stores certain databases using BerkeleyDB (e.g. aliases file). These are due to corrupted Berkeley DB. In cPanel server you can remove / move the DB and restart exim to fix. mv /var/spool/exim/db /var/spool/exim/db.bak /scripts/restartsrv_exim Now confirm the errors are gone. tail -f […]
Read More