Skip to main content

Exim Commands

By October 2, 2009Server Admin

Exim Commands

REMOVE MAILS BY ID

/usr/sbin/exim -v -Mrm (MAIL ID HERE)

LIST QUEDED MAILS

/usr/sbin/exim -bp

OUTPUT NUMBER OF QUEUED 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

0 0 votes
Article Rating

Author Dhillon

More posts by Dhillon

Leave a Reply

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x