postsuper -H 070788B31Release all email messages from being on hold with this command:
postsuper -H ALLUse the following command to release on hold messages just from [email protected]
postqueue -p | awk ‘BEGIN { RS = “” } { if (7 == “[email protected]” ) print 1 }’ | tr -d ‘!*’ | postsuper -H –CLICK HERE to see our full Postfix Cheat Sheet using terminal commands.