如何刷新 DragonFly 邮件代理 (DMA) 中的队列

How to flush the queue in DragonFly Mail Agent (DMA)

DMA 继续尝试发送此电子邮件:

$ dma -bp
ID  : c08be.177cb00
From: example@foo.bar
To  : example@foo.bar

如何刷新队列?

这可能对某人有帮助:

检索 PID 并终止进程

$ ps -ef | grep dma
mail      6922     1 66 Jun28 ?        15:31:04 /usr/sbin/dma -q1
$ kill -9 6922

如果不再需要这些文件,您可以使用以下命令删除

rm /var/spool/dma/*.*