Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
mail:exim-management [2011-05-14 00:00:19]
garrett.plasky Approved
mail:exim-management [2013-03-22 22:55:06]
shaun.reitan [Queue Management]
Line 97: Line 97:
 <sxh bash>exim -Mvl <message-id></sxh> <sxh bash>exim -Mvl <message-id></sxh>
  
-Remove all messages from the queue (usually a bad idea) +Remove all messages from the queue (usually a bad idea), note the -P25 switch passed to xargs.  This option tells xargs to run 25 concurrent exim removal processes. 
-<sxh bash>exiqgrep -i | xargs exim -Mrm </sxh>+<sxh bash>exiqgrep -i | xargs -P25 exim -Mrm </sxh>
  
  
 {{tag>how-to exim smx}} {{tag>how-to exim smx}}