Exim commands

  • List mails in the queue:
    exim -bp
    
  • View headers of a mail:
    exim -Mvh <mail-id>
    
  • View body of a mail:
    exim -Mvb <mail-id>
    
  • Remove a mail from the queue:
    exim -Mrm <mail-id>
    
  • Remove all frozen mails in the queue:
    exiqgrep -z -i | xargs exim -Mrm
    

2 thoughts on “Exim commands

  1. Pingback: Tweets that mention New blogpost: Usefull Commands: Exim -- Topsy.com

  2. Pingback: Useful Commands: a Synthesis | Kevin Deldycke

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>