Some times, EXIM Mail Queue gets full due to deferred messages and sometimes, a spammer fills it up by sending unwanted emails so here is a way to get rid of these email messages.
Method I: Using ‘exim -bp‘
In this method, the command ‘exim -bp’ is used to find-out the message ID from the Exim mail queue and then remove corresponding email from the mail queue by using the command ‘exim -Mrm’ as argument.
Method II: Using ‘exiqgrep‘
The exiqgrep command with ‘-i’ switch list the message ID from mail queue, then remove the mail by using the mail ID.
Method III:
0 Comments