Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-27-11, 00:52
BOD Member
 
Join Date: Apr 2011
Posts: 199
Default Getting Queued mail

Hi!
Why am I getting Queued mail for delivery" (mail queue manager) on sending emails. Can you explain?
Reply With Quote
  #2 (permalink)  
Old 05-27-11, 02:24
BOD Member
 
Join Date: Jun 2010
Posts: 175
Default

Usually we get Queued mail for delivery" (mail queue manager) error because the mail has not yet been delivered to the recipient due to IP block or blacklisting of IP In this case you just need to remove the frozen mails using the command “” exim -bpr | grep frozen | awk {'print $3'} | xargs exim -Mrm “” and then forcefully deliver the mail from Mail >> Email >> Mail Queue Manager .
__________________
Carol.P
Reply With Quote
  #3 (permalink)  
Old 05-29-11, 06:34
BOD Member
 
Join Date: Apr 2011
Posts: 42
Default

Thank you Carol for the information.

Additional to the above command I would like to share one more thing that

You can also check how many frozen mails are on your server by firing following command:

Quote:
exim -bpr | grep frozen | wc -l
The output of above command will show you the number of frozen mail.
Then after that you can go ahead with the command above given by carol.

If suppose you want to delete particular mails from your server which is not needed for example if you want to delete mails which came through abc@example.com you can use the following command:


Quote:
exiqgrep -i -f '<abc@example.com>' | xargs exim -Mrm
The above command will remove all the mails came from abc@example.com instantly
and will save your time because deleting it from your inbox will be taking a lot of time.
So these are some commands which are very useful for deleting unwanted as well as frozen mails.
Reply With Quote
  #4 (permalink)  
Old 05-29-11, 06:42
BOD Member
 
Join Date: Apr 2011
Posts: 74
Default

Great work valentine It is very important to check the number of frozen mails before firing a command of removal.

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 23:54.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.