Removal of Email QUEUE with Send / Receiver ID

Find the answers to GD eSeries queries in this forum. The experts will help you out!
Post Reply
sarwarirfan
Registered user
Registered user
Posts: 2
Joined: Wed, 09 May 2018, 11:50

Removal of Email QUEUE with Send / Receiver ID

Post 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.
Darth Panda
Official moderator
Official moderator
Posts: 1568
Joined: Tue, 24 Oct 2017, 12:04

Re: Removal of Email QUEUE with Send / Receiver ID

Post 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.
Technical support – Panda Security
www.pandasecurity.com
sarwarirfan
Registered user
Registered user
Posts: 2
Joined: Wed, 09 May 2018, 11:50

Re: Removal of Email QUEUE with Send / Receiver ID

Post 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.
Darth Panda
Official moderator
Official moderator
Posts: 1568
Joined: Tue, 24 Oct 2017, 12:04

Re: Removal of Email QUEUE with Send / Receiver ID

Post 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.
Technical support – Panda Security
www.pandasecurity.com
Post Reply

Return to “GD eSeries - Issues”