Exim commands
List mails in the queue: 1 $ exim -bp View headers of a mail: 1 $ exim -Mvh View body of a mail: 1 $ exim -Mvb Remove a mail from the queue: 1 $ exim -Mrm Remove all frozen mails in the queue: 1 $ exiqgrep -z -i | xargs exim -Mrm …