email - How to flush the queue in DragonFly Mail Agent (DMA) -
dma keeps on trying send email:
$ dma -bp id : c08be.177cb00 from: example@foo.bar : example@foo.bar
how can flush queue?
this might helpful someone:
retrieve pid , kill process
$ ps -ef | grep dma mail 6922 1 66 jun28 ? 15:31:04 /usr/sbin/dma -q1 $ kill -9 6922
Comments
Post a Comment