Get The Most Affordable Hosting in the World!

Starting at just $1.87/month, Vercaa offers unbeatable pricing for world-class web hosting services.

Fast, reliable, and secure hosting to power your website without breaking the bank. Plus, enjoy a free CDN for faster loading times worldwide!

Get Started Now!

How can I remove frozen emails from exim mail queue? Today we will find out how to delete all your frozen emails from the mail queue. But first, let’s find out what frozen emails are.

What are frozen emails?

Frozen emails are simply emails sent to invalid address that are underlivered. This mails are stored in the exim mail queue and the system tries to send those mails during a specific time defined at the RETRY CONFIGURATION in Exim mail configuration file. After the predefined days set at Exim Configuration, the mail will be marked as frozen.

Frozen timeout is determined by timeout_frozen_after variable, located at /etc/exim.conf file.

You can get the value of this variable by running this commnand:

[root@server.nixcp.com:~]grep timeout_frozen_after /etc/exim.conf
timeout_frozen_after = 5d

On heavy email traffic servers you will need to clean out the frozen emails from time to time.

How to remove frozen emails from the Exim mail queue?

Frozen emails can be removed – deleted by executing any of this exim based commands:

Using exim command:

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

Using exiqgrep command:

exiqgrep -zi|xargs exim -Mrm


The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.
?האם התשובה שקיבלתם הייתה מועילה 1 משתמשים שמצאו מאמר זה מועיל (1 הצבעות)