Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    May 2002
    Posts
    170

    Default How can i delete part of domain's mail in the Mail Queue ? not delete all !

    I want to delete part of mail in queue which more than one thousand. But i don't want to delete all.

    any idea ?

  2. #2
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

  3. #3
    Member WebScHoLaR's Avatar
    Join Date
    Dec 2005
    Location
    Planet Earth
    Posts
    506

    Default

    -Delete all emails of "from@domain.com" from the mailserver queue:

    exim -bp | grep from@domain.com | awk '{ print $3 }' | grep -v "^$" | xargs exim -Mrm

    -Delete all emails of "to@domain.com" from the mailserver queue:

    exim -bp | grep to@domain.com | awk '{ print $4 }' | grep -v "^$" | xargs exim -Mrm

    -To remove selective emails

    grep user@domain.com /var/log/exim_mainlog | cut -d" " -f3 > list ; for ID in `cat list` ; do exim -Mrm $ID; done

    Regards,
    WebScHoLaR

    WebHosting Blog: http://WebScHoLaR.net

Similar Threads & Tags
Similar threads

  1. Option to delete mail queue by user
    By DjiXas in forum Feature Requests for cPanel/WHM
    Replies: 2
    Last Post: 01-14-2011, 12:58 PM
  2. Delete Mail Queue
    By compunet2 in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 01-16-2008, 09:38 AM
  3. How to delete only emails to domain @domain.net from mail queue ?
    By WebHostDog in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 09-21-2006, 12:41 PM
  4. how to delete the mail in queue for perticular domain.
    By ngchandak in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 07-04-2005, 12:30 PM
  5. Delete Mail Queue
    By adapter in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 12-17-2004, 10:11 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube