Question
How to clear the Exim retry database?
Answer
After fixing an issue that caused Exim to defer sending messages with retry "time not reached for any host" as the reason, Exim will continue to defer messages. The retry database, also known as the hints database, must be cleared to send messages again.
- Access the server's command line as the
rootuser via SSH or Terminal in WHM. -
Run the following command to clear the retry queue:
# /usr/local/cpanel/scripts/exim_tidydb -t 1m /var/spool/exim retry
Comments
0 comments
Article is closed for comments.