WHM Exim Mail Queue Cleanup
Hello, in this article, we present the method that you can use in the cPanel / WHM control panel exim mail service or if you need mail queue cleaning, when you log in to the terminal of the cPanel server and write the code below, the mail queue will be cleaned.
exim -bp | grep '<' | awk '{ print $3; system("exim -Mrm "$3)}'