Changes

Jump to navigation Jump to search
Line 395: Line 395:     
If exim is working, but its blocking/rejecting/losing emails, it will “freeze” them after the first failure. You need to “unfreeze” (i.e. retry) each email to see if you’ve fixed the problem.
 
If exim is working, but its blocking/rejecting/losing emails, it will “freeze” them after the first failure. You need to “unfreeze” (i.e. retry) each email to see if you’ve fixed the problem.
 +
To process all **frozen** messages in the Exim queue use this command:
 +
 +
mailq | grep frozen | awk '{print $3}' | xargs exim -v -M
   −
How?
      
Here is a list of commands to help: http://bradthemad.org/tech/notes/exim_cheatsheet.php
 
Here is a list of commands to help: http://bradthemad.org/tech/notes/exim_cheatsheet.php

Navigation menu