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

1.6k views Asked by At

DMA keeps on trying to send this EMail:

$ dma -bp
ID  : c08be.177cb00
From: [email protected]
To  : [email protected]

How can I flush the queue?

2

There are 2 answers

0
paddel10 On BEST ANSWER

This might be helpful for someone:

Retrieve the PID and kill the process

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

If the files are no longer required you can delete those with this command:

rm /var/spool/dma/*.*