Some helpful commands to purge mail going to a certain address:
# postqueue -p | awk 'BEGIN { RS = ""} { if ($7 == "user@domain.com" ) print $1 }' | tr -d '!*' | postsuper -d -