UnderHost Networks Ltd


If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.



Reply
  #1 (permalink)  
Old 10-07-2009, 06:10 PM
UnderHost's Avatar
UnderHost Management
 
Join Date: Jul 2008
Posts: 588
Default Delete Frozen Emails

Howto check number of emails in the mail queue:
Code:
exim -bpc
To check the email ID, sender and receiver of the each email:
Code:
exim -bp | more
To delete frozen emails from the mail queue, execute:
Code:
exim -bp | grep ‘frozen’ | awk ‘{print $3}’ | xargs exim -Mrm
similarly, to delete emails sent using a script’
Code:
exim -bp | grep ‘<>’ | awk ‘{print $3}’ | xargs exim -Mrm
__________________

•
UnderHost • Providing Affordable and Quality Web Hosting & Offshore Hosting
• 24/7 Fast Support / 99.9% Uptime Guarantee
• UHVPS • Virtual Private Servers & Premium Offshore VPS
• Hong Kong - Singapore - USA - Canada - Netherlands - United Kingdom - Germany •
Reply With Quote
underhost.us
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Loading...


All times are GMT -4. The time now is 04:35 PM.
Copyright © 2009 UnderHost Networks Ltd