> I have used sendmail w/ rh 7.3 and postfix w/ rh9. What are the
> equivalent commands to

> 1. mailq

exim -bp

> 2. 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

> 3. edit a mail in the queue (an do it w/ sendmail but not w/ postfix)

AFAIK, it's not possible with exim.


-- 
Best regards,
PSM


-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to