exiqgrep Command Examples

Perl script offering possibilities to grep in the Exim queue output. More information: https://www.exim.org/exim-html-current/doc/html/spec_html/ch-exim_utilities.html.

exiqgrep -f '<{{email@somedomain.com}}>'

exiqgrep -i -f '<{{email@somedomain.com}}>'

exiqgrep -r '{{email@somedomain.com}}'

exiqgrep -i -f '<{{email@somedomain.com}}>' | xargs exim -Mrm

exiqgrep -f '^<>$'

exiqgrep -c -f '^<>$'