#溜まっているキューの表示
mailq -p
#溜まっているキューを全て削除
postsuper -d ALL
##特定メールを削除
postsuper -d QUEUE_ID
#削除せず、HOLDキューにi待避
postsuper -h ALL
#HOLDキューから復帰
postsuper -H ALL