postsuper -h ALL
Use this command to put on hold messages 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 linux commands.