Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-11, 13:45
BOD Member
 
Join Date: Jul 2011
Posts: 68
Default Mails in Putty!!

Hello

How do you delete mail in putty?
Reply With Quote
  #2 (permalink)  
Old 07-16-11, 23:55
BOD Member
 
Join Date: Apr 2011
Posts: 42
Default

Quote:
Originally Posted by dWight View Post
Hello

How do you delete mail in putty?
/var/spool/mail/root is the place from were you can remove the mails suppose if you want to remove mails of root go here /var/spool/mail/root and delete the mails OR if you want to to remove the mails of a user then go /var/spool/mail/username thats it and remove the mails.


If you want to remove the mails from the exim then follow the following commands

Quote:
exim -bp
The out put of the above command will be with some message ID like:
Quote:
exim -bp
12d 3.0K 1Qe0j7-0004Fa-5x root@xxx.xxx.xxx.xx
The after that fire the below comand:

Quote:
exim -Mrm {message-id}
To remove all messages from the queue, enter:

Quote:
# exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash

How to delete frozen emails

Below mentioned is the commands for deleting frozen mails.

Quote:
exiqgrep -z -i | xargs exim -Mrm
Alternate command to delete frozen mails

Quote:
exim -bp | awk ‘$6 == “frozen” {print $3}’ | xargs exim -Mrm
To check number of frozen mails

Quote:
exim -bp | grep frozen | wc -l
All this command will delete the mails and is used from the shell (i.e using putty)
__________________
Valentine
Everything comes to him who hustles while he waits.
Reply With Quote
  #3 (permalink)  
Old 07-18-11, 10:38
BOD Member
 
Join Date: Jul 2011
Posts: 68
Default

Thanks Valentine for this helpful tutorial. Now shake your belly up and accept virtual wine!! Cheers

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 00:05.

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.