How to clear Exim mail queue

To clear Exim mail que you need to login to server using root user in SSH mode and run the following commands one by one.

# service exim stop

# cd /var/spool/exim/input/

# rm -rf *

# service exim restart

Was this article helpful?

Leave A Comment?