Sometimes there can be so many frozen mails in the Exim mail queue. To know the number of frozen mails in the mail queue, you can use the following command exim -bpr | grep frozen | wc -l In order to remove all frozen mails from the Exim mail queue, use the following command exim […]