Results 1 to 3 of 3

Thread: exim command line help

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    367
    cPanel/WHM Access Level

    Website Owner

    Default exim command line help

    Hello,

    What is the command to search if any email address in que and not delivered yet.


    How can i check it for any specific email address?


    thanks

  2. #2
    Member
    Join Date
    Mar 2004
    Posts
    715

    Default

    Code:
    exiqgrep -ir receiver email address
    Code:
    exiqgrep -if from. email. address
    and if you make it

    Code:
    exiqgrep -ir you@youremail.com | xargs -n1 exim -M
    exim will force send the email. You can also do by domain. With Yahoo having so many slow downs do to the Sober Worm and getting a 451, I use

    Code:
    exiqgrep -ir yahoo |xargs -n1 exim -M
    all the time to force an early retry.
    Lloyd F Tennison

  3. #3
    Member
    Join Date
    Jul 2002
    Posts
    367
    cPanel/WHM Access Level

    Website Owner

    Default

    Thank you so much for your help.

Similar Threads

  1. Exim: incompatible command-line options or arguments
    By equens in forum E-mail Discussions
    Replies: 14
    Last Post: 04-19-2011, 11:13 AM
  2. Exim: incompatible command-line options or arguments
    By equens in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 01-27-2011, 02:38 PM
  3. How to delete the exim mail queue from the command line
    By AHATEMA in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 03-09-2007, 06:40 AM
  4. exim command line
    By carloseduardoab in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 09-19-2005, 10:16 AM
  5. Exim from Command Line
    By twhiting9275 in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-09-2003, 07:43 PM