Postfix Stuff

Delete selected email from the Queue: postqueue -p | tail -n +2 | awk ‘BEGIN { RS = “” } / abcde@xyz\.net/ { print $1 }’ | tr -d ‘*!’ | postsuper -d –

Delete ALL Email from the Queue: postsuper -d ALL