700000 Mail Queues how delete all ?
Hello
when run [~]# exim -bpc
700000
how delete them all ?
and how can i stop them to non increased
i tried [~]# exiqgrep -i | xargs exim -Mrm
because wh en i re run [~]# exim -bpc give me 700100 !!
i suspended the account who make this spam but it not stop for increase of queue !
please help me what i can do ?
-
[quote="abadahenno, post: 1517771">Hello when run [~]# exim -bpc 700000 how delete them all ? and how can i stop them to non increased i tried [~]# exiqgrep -i | xargs exim -Mrm because wh en i re run [~]# exim -bpc give me 700100 !! i suspended the account who make this spam but it not stop for increase of queue ! please help me what i can do ?
You can do something likeservice exim stop find /var/spool/exim/input -maxdepth 2 -type f -delete service exim start
It will delete all outgoing emails in the queue0 -
Hello :) You can also use the "Delete All" option in: "WHM Home " Email " Mail Queue Manager" Keep in mind this will delete all email in the queue, including legitimate emails that may exist. Thank you. 0 -
ConfigServer Mail Queue (CMQ) is also a good tool to manage mail queues in cPanel with a great simple GUI. [url=http://www.configserver.com/cp/cmq.html]ConfigServer Mail Queues 0 -
[quote="Datacenter1, post: 1517822">You can do something like service exim stop find /var/spool/exim/input -maxdepth 2 -type f -delete service exim start
It will delete all outgoing emails in the queue
It is best to not delete any Exim queue files directly. It is possible to damage Exim enough that it will not restart. Instead, use the tools Exim provides to manage the queue. The Exim cheatsheet is very helpful for this: [url=http://bradthemad.org/tech/notes/exim_cheatsheet.php]Exim Cheatsheet0
Please sign in to leave a comment.
Comments
4 comments