Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Jul 2009
    Posts
    13

    A few notes on Exim Commands

    It may be useful to someone, sometimes the queded mail list gets gigantic because of some spammer and other emails that aren't spam could get deleted when using cPanel to control it.

    The better solution would obviously be to prevent spammers of sending all those mails, if you know a better solution on cPanel 11 please share it with me.

    ==== REMOVE MAILS BY ID ====

    /usr/sbin/exim -v -Mrm (MAIL ID HERE)

    ==== LIST QUEDED MAILS ====

    /usr/sbin/exim -bp

    ==== OUTPUT NUMBER OF QUEDED MAILS ====

    /usr/sbin/exim -bpc

    ==== DELETE FROZEN MAILS ====

    /usr/sbin/exim -bp | awk '$6~"frozen" { print $3 }' | xargs exim -Mrm

    ==== DELIVER FORCEFULLY EMAILS ====

    /usr/sbin/exim -qff -v -C /etc/exim.conf &

    ==== FREEZE MAILS FROM SENDER ====

    /usr/sbin/exiqgrep -i -f (MAIL ADDRESS HERE) | xargs exim -Mf

    ==== REMOVE MAILS FROM SENDER ====

    /usr/sbin/exiqgrep -i -f (MAIL ADDRESS HERE) | xargs exim -Mrm

  2. #2
    Senior Member
    Join Date
    Apr 2008
    Location
    USA
    Posts
    535
    I am using ConfigServer Mail Queues plugin to manage email queue of my server. It contains many useful features to control queue messages like Deleting frozen (undeliverable) emails, Deleting bounce emails etc. Please check following URL to get full list:

    http://www.configserver.com/cp/cmq.html

    Thanks!

  3. #3
    Senior Member
    Join Date
    Sep 2008
    Location
    Montesano, Wa
    Posts
    285
    Looks interesting, thanks thewebhostingdi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.