- 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
exim -bp
exim -Mvh <mail-id>
exim -Mvb <mail-id>
exim -Mrm <mail-id>
exiqgrep -z -i | xargs exim -Mrm
Pingback: Tweets that mention New blogpost: Usefull Commands: Exim -- Topsy.com
Pingback: Useful Commands: a Synthesis | Kevin Deldycke