How to delete particular recipient mails from cpanel queue

To delete particular recipient emails from the Cpanel queue, you can follow these steps:

Method 1: Using the Cpanel Web Interface

  1. Log in to your Cpanel account.
  2. Click on the "Email" tab.
  3. Click on "Queue Manager" under the "Email Accounts" section.
  4. Select the queue you want to manage (e.g., "default").
  5. Click on the "View Queue" button.
  6. Find the email you want to delete in the list of queued emails.
  7. Click on the "Delete" button next to the email.
  8. Confirm that you want to delete the email by clicking "Yes" in the pop-up dialog box.

Method 2: Using the Cpanel Command Line

  1. Log in to your Cpanel account using SSH (Secure Shell) or FTP (File Transfer Protocol).

  2. Use the following command to list the emails in the queue:

    exim -bpc

    This will display a list of emails in the queue, including the recipient email address.

  3. Use the following command to delete a specific email from the queue:

    exim -bp <queue_name> -d <email_address>

    Replace <queue_name> with the name of the queue you want to manage (e.g., "default"), and <email_address> with the email address of the email you want to delete.

For example:

exim -bp default -d [email protected]

This will delete the email with the recipient address [email protected] from the default queue.

Method 3: Using a Third-Party Tool

There are several third-party tools available that can help you manage your Cpanel queue, including deleting specific emails. Some popular options include:

Please note that these tools may require additional setup and configuration to work with your Cpanel account.