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
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
Code:exiqgrep -ir receiver email addressand if you make itCode:exiqgrep -if from. email. address
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 useCode:exiqgrep -ir you@youremail.com | xargs -n1 exim -M
all the time to force an early retry.Code:exiqgrep -ir yahoo |xargs -n1 exim -M
Lloyd F Tennison
Thank you so much for your help.