1.首先查看邮件队列
# postqueue -p
# mailq
2.停止postfix
# service postfix stop
3.清除所有发送队列
# postsuper -d ALL
4.启动postfix
# service postfix start
这样就将待发送的垃圾邮件都删除了.