Exim commands you should know

April 15, 2012 at 11:56 AM | categories: Tips, Exim, Linux | View Comments

Print out the exim configuration options

exim -bP

Print the contents of the queue

exim -bp

Print the number of items in the queue

exim -bpc

Test addresses

exim -bt addresss

Print exim version and test configuration

exim -bV

Verify addresses

exim -bv address

Deliver a message

exim -M message-id

Add addresses to a message

exim -Mar message-id address address

Freeze messages to prevent delivery

exim -Mf message-id

Force delivery of a message

exim -Mg message-id

Remove a message from the queue

exim -Mrm message-id

Unfreeze a message

exim -Mt message-id

Display a message

exim -Mvc message-id

blog comments powered by Disqus