Knowledgebase: Exim
Remove all frozen emails from mail queue Exim
|
|
Method IBy using ‘exim -bp‘ command # exim -bp|grep frozen|awk '{print $3}' |xargs exim -Mrm
Method IIBy using ‘exiqgrep‘ command # exiqgrep -iz|xargs exim -Mrm
| |
|
Comments (0)