Useful Exim commands
These are some useful Exim commands
--------> REMOVE MAILS BY ID -------->
# /usr/sbin/exim -v -Mrm (MAIL ID HERE)
--------> LIST QUEDED MAILS -------->
# /usr/sbin/exim -bp
--------> OUTPUT NUMBER OF QUEDED MAILS -------->
# /usr/sbin/exim -bpc
--------> DELETE FROZEN MAILS -------->
# /usr/sbin/exim -bp | awk '$6~"frozen" { print $3 }' | xargs exim -Mrm
--------> DELIVER FORCEFULLY EMAILS -------->
# /usr/sbin/exim -qff -v -C /etc/exim.conf &
--------> FREEZE MAILS FROM SENDER -------->
# /usr/sbin/exiqgrep -i -f (MAIL ADDRESS HERE) | xargs exim -Mf
--------> REMOVE MAILS FROM SENDER -------->
# /usr/sbin/exiqgrep -i -f (MAIL ADDRESS HERE) | xargs exim -Mrm
Subscribe to:
Post Comments (Atom)
0 Comments:
Post a Comment