postfixのメールキューを削除する

メールキューの表示

postqueue -p
or 
mailq

中身の確認

postcat -q {queue_id}

メールキューの削除

postsuper -d {queue id}

メールキューの全削除

postsuper -d ALL

キューに溜まったメールの送信

postfix flush