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 protected]}}>'

exiqgrep -i -f '<{{[email protected]}}>'

exiqgrep -r '{{[email protected]}}'

exiqgrep -i -f '<{{[email protected]}}>' | xargs exim -Mrm

exiqgrep -f '^<>$'

exiqgrep -c -f '^<>$'