How to Delete 🚮 cPanel Frozen ✉️ Emails

How to Delete 🚮 cPanel Frozen ✉️ Emails

Howto check number of emails in the mail queue:

exim -bpc

To check the email ID, sender and receiver of the each email:

exim -bp | more
image 25 - How to Delete 🚮 cPanel Frozen ✉️ Emails

To delete frozen emails from the mail queue, execute:

exim -bp | grep 'frozen' | awk '{print $3}' | xargs exim -Mrm

similarly, to delete emails sent using a script’

exim -bp | grep '<>' | awk '{print $3}' | xargs exim -Mrm

For more useful Exim commands visit https://pcx3.com/cp/working-with-emails-in-cpanel-exim-from-the-terminal/

whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.