Manually Clear from Console / Command Line cPanel Exim Mail Queue

To clear the cPanel exim mail queue quickly from a command line / shell use the following commands :


exim -bp | exiqgrep -i | xargs exim -Mrm


The following will remove mails older than 5 mins (300 seconds). Adjust to the time you would like.

exiqgrep -o 300 -i | xargs exim -Mrm 
  • 147 Users Found This Useful

Was this answer helpful?

Related Articles

FTP Failed: Service check failed to complete Unable to connect to port 21

The service “ftpd” appears to be down. The system failed to connect to this service’s TCP/IP...

How to convert InnoDB to MyISAM

Although at times faster, you will find InnoDB a very large headache when it comes to table...

Failed to start tailwatchd - Unit tailwatchd service entered failed state

Failed to start tailwatchd. Unit tailwatchd.service entered failed state.  tailwatchd.service...

Clear cPanel Eximstats DB and Repairing the Eximstats DB

Over the time or due to spammers the eximstats database file may grow to a large size. To clear...

Disable cPanel Brute Force Command Line

To disable the cPanel brute force detection from the command line usee the following:...