I have used sendmail w/ rh 7.3 and postfix w/ rh9. What are the equivalent commands to
- mailq
exim -bp
- delete a mail in the queue
Note: <messageID> (unique identifier) is to be looked up and substituted from the above command output.
exim -Mrm <messageID> Remove/delete message from queue (no errors sent)
OR
exim -Mg <messageID> Give up and fail message, message bounces to sender
- edit a mail in the queue (an do it w/ sendmail but not w/ postfix)
AFAIK, it's not possible with exim.