Use these commands to remove the entire exim mail queue from centos running cpanel.
service exim stop
cd /var/spool/exim
find input -type f -exec rm -rf {} \;
find msglog -type f -exec rm -rf {} \;
service exim restart
Use these commands to remove the entire exim mail queue from centos running cpanel.
service exim stop
cd /var/spool/exim
find input -type f -exec rm -rf {} \;
find msglog -type f -exec rm -rf {} \;
service exim restart