I need delete old mailbox


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting I need delete old mailbox
# 1  
Old 02-11-2010
I need delete old mailbox

HI guys,

I used my server linux how server to send and receive mails, but my mailbox now are so big and I need delete old mails, I found a program in the web called "expired_mail", but i found some problem with this porgram because delete some files mailbox "big problem"

Somebody know another form to delete ald mail from my mailbox?

Help...please...My disk space is to small.

Bests Regard
# 2  
Old 02-11-2010
Code:
>"$MAIL"

You'll loose all your mail ...
# 3  
Old 02-11-2010
No my friend, we have meny mailbox and we have user with the mail so big, for that I need delete old mails from all mailbox.
# 4  
Old 02-11-2010
hi there! you could use find command to find those old mails then remove them..
# 5  
Old 02-11-2010
HI there, can you help me with the command, We used a program called expire_mail, I found this program in the web, but is not very good because the output file is with ^M @ and other simbols and We need used differents command to delete this simbols, for that I need look another form to delete this. This is the line I used:

Code:
expire_mail -v -z -a 45 /var/spool/mail/* |egrep expired |sed 's/Msg #//g'| sed 's/newer//g'| \
  sed 's/[0-9]:// g'|sed -e 's/^[ \t]*//' | sed 's/^M//g' |awk '{print $1,$5,$6,$7}'

-v to seed detail information
-z to not delete the mailbos file
-a the days to delete

Last edited by Scott; 02-12-2010 at 04:58 AM.. Reason: Please use code tags
# 6  
Old 07-28-2010
Code:
echo 'd*' | mail -N

Note: All mails will be removed.

Last edited by radoulov; 07-28-2010 at 05:59 AM.. Reason: Code tags, please!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't POP the mails off the server, the mailbox is corrupt!

First, please forgive me for my 2nd attempt to post in a Forum! And btw, the Code Tags tutorial has the fonts and the sizes, but when I am editing my post none of those fonts and sizes are not there! SCO OpenServer(TM) Release 5 (worf.xxx.com) Worf is our proxy & POP Server, and it... (7 Replies)
Discussion started by: Nancy L
7 Replies

2. UNIX for Advanced & Expert Users

Mailbox server performance issue

Hi. my company's mailbox server has severe performance issue on the days while full backup is running. There is huge I/O in another "mail replication process" for standby servers ( which runs all the time, every 15 mins. ). specs of servers :- RHEL5.5 , kernel -2.6.18-53.1.6.el5 , 8 core... (6 Replies)
Discussion started by: gauravsharma29
6 Replies

3. HP-UX

email mailbox output -

this was handy for me. stout goes to mail here. #mailbox pgm=mailbox USER1=`eval whoami` ... (2 Replies)
Discussion started by: Bill L.
2 Replies

4. Solaris

How can I edit the mailbox manually

I use gmail to POP my account because of the spamfilter. From time to time I receive an error message "Connection timed out: There may be a problem with the settings you added. Ple..." after this I am no longer able to retrieve my mails because of the blocked session: "... (1 Reply)
Discussion started by: rolandk
1 Replies

5. Shell Programming and Scripting

Extract all attachments from unix mailbox file

Hi guys, I wondering if someone already wrote a script for this, it looks easy for the first shot but I would say it's a bit advanced. I want to extract all my email attachments from /var/mail/username (Unix mail format) + from my local mails (Maildir format) to a directory with the original... (4 Replies)
Discussion started by: raynor
4 Replies

6. UNIX for Dummies Questions & Answers

Tell UW-Imap to read /var/mail/mailbox ??

Hi, I've got UW-IMAP installed on Gentoo. I'm using EXIM as the transfer agent. EXIM is working fine (I think)... all incoming mail - external and internal goes to /var/mail/username file. I can verifiy this by reading this file directly with nano. Also, IMAPd is running. It lets me login... (2 Replies)
Discussion started by: d11wtq
2 Replies

7. Linux

root mailbox problem

Hi, I have a linux box which works as an smtp server. Past few months I am facing a problem, all the mails which my local lan users send to the outside world, all such mail gets bounced to root's mailbox. Also I have found that the mails which get bounced to the root's mailbox are mostly... (3 Replies)
Discussion started by: RajaRC
3 Replies

8. UNIX for Dummies Questions & Answers

Mailbox Nightmares!

I would like to migrate my current system's mailboxes to mail folders and i'm currently running exim! Anyone help with a new mail server and the migration to the one? (1 Reply)
Discussion started by: enzophite
1 Replies

9. UNIX for Dummies Questions & Answers

Delete Mailbox

Hi!! Where can i delete or find the *.mbox files in unix??? Please help me!! (3 Replies)
Discussion started by: Juergen1234
3 Replies

10. UNIX for Advanced & Expert Users

Mailbox file format

Does anyone know where can I find information about UNIX mailbox files' organization? I am willing to develop a file-mailbox-compliant mail agent, but for doing so I need that information. (1 Reply)
Discussion started by: exile
1 Replies
Login or Register to Ask a Question