Page 1 of 1

Removal of Email QUEUE with Send / Receiver ID

Posted: Wed, 09 May 2018, 12:04
by sarwarirfan
I would like to delete email queue (more than 200,000 emails in postfix queue) 3 email IDs were identified as spammer. I intend to delete these email queue. Kindly give me some suggestion / link to a script likely to do this.

Local partner already engaged from yesterday and the partner shared the detail with support to troubleshoot the issue.

Regards.

Re: Removal of Email QUEUE with Send / Receiver ID

Posted: Wed, 09 May 2018, 12:25
by Darth Panda
Hi sarwarirfan,

Please, for this type of consultation we recommend you to contact directly with the technical support department of your country.

You can do it using this form:

https://www.pandasecurity.com/pakistan/ ... html?lng=2

Best regards.

Re: Removal of Email QUEUE with Send / Receiver ID

Posted: Wed, 09 May 2018, 12:47
by sarwarirfan
The local support is already contacted yesterday to resolve the issue. They had now informed that, Head Office is requested to check the issue and required credentials are forwarded to Head Office.

Emails are stuck and queue for other domain emails is increasing rapidly. Emails are not working properly from last day the official business is disturbing badly.

Therefore, I need to resolve the issue at my own.

Regards.

Re: Removal of Email QUEUE with Send / Receiver ID

Posted: Mon, 11 Jun 2018, 12:28
by Darth Panda
can you access the GD via ssh?

ok then:
now run the following command:

postqueue –f

in order to flush the queue

if you want to delete completely the mail queue, yo uhave to run the command:

mailq | grep -i Domain.com -B2 | grep -i Jun | awk '{ print($1); }' | tr -d '*!' | postsuper -d -


Where domain.com is determined to choose the mails which will be erased.