How to bounce a postfix message manually with Core-Admin
Index
How to bounce a postfix message with Core-Admin
In the case you have a message in Postfix queue that you want to bounce without having to wait for queue max life time reached, you can use the following command provided by core-admin-tools package:
Prerequisites
Install/update package core-admin-tools if you don’t have command crad-bounce.pyc. For that, use:
>> crad-update.pyc -u >> crad-update.pyc -g
Command line to bounce a message from Postfix Queue with Core-Admin
>> crad-bounce.pyc -b <postfixqueueid>
In such case, find message id to bounce using mailq as usual. For example:
>> mailq -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 6FC2068C00EF 7041 Wed Nov 29 19:11:08 soXXpeXX@josXXeasXXa.cXX XXlos.AmXXamXX@XXale.XX
With this information, you can bounce the message by running:
>> crad-bounce.pyc -b 6FC2068C00EF
Posted in: Postfix
Leave a Comment (0) ↓