Postfix: Delete mails from Postfix queue

mail Add comments

$ mailq | tail +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" } { if ($8 == "sender@example.com") print $1 }'| /usr/sbin/postsuper -d -

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in