|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ Exim ] "Exim" - N. Ersen SISECI - (2006-09-04 14:32:41) [13897] Force delivery of one message exim -M email-id Force another queue run exim -qf Force another queue run and attempt to flush the frozen message exim -qff View the log for the message exim -Mvl messageID View the body of the message exim -Mvb messageID View the header of the message exim -Mvh messageID Remove message without sending any error message exim -Mrm messageID Giveup and fail message to bounce the message to the Sender exim -Mg messageID How many mails on the Queue? exim -bpr | grep "<" | wc -l How many Frozen mails on the queue exim -bpr | grep frozen | wc -l Deleteing Frozen Messages exim -bpr | grep frozen | awk {'print $3'} | xargs exim -Mrm To find out, how many mails are there in the mail queue: exim -bpc To check the mails in the queue: exim -bp Mail to My Friend , Home Page |  |