Archived Emails in UNIX Executable Files


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Archived Emails in UNIX Executable Files
# 1  
Old 04-15-2013
Wrench Archived Emails in UNIX Executable Files

Hello,

A while back someone"archived" my emails for me, so I didn't have to worry about my email account filling up with emails.

I need to get back into those emails and view them.

When I opent the folder it has several files. The largest being an "mbox", which I am assuming has all of the meails in it, since it is 2.15 GB.

It says it is a "UNIX Executable File"

How can I get into these files, and view my old emails?
# 2  
Old 04-15-2013
I would start by making a copy of mbox (in case the following doesn't work) and then try:
Code:
mailx -f mbox

# 3  
Old 04-15-2013
I apologize, where would I execute this command?

I'm probably not as tech savvy as most of you on here.

I opened the terminal and attempted this command and it said:

"No such file or directory found"

Thanks for the help.
# 4  
Old 04-15-2013
Quote:
Originally Posted by shaffer1921
I apologize, where would I execute this command?

I'm probably not as tech savvy as most of you on here.

I opened the terminal and attempted this command and it said:

"No such file or directory found"

Thanks for the help.
You would execute that command in the directory where the file mbox is located (after making a backup copy of mbox).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need Help with Archived UNIX/Linux IBM (UniVerse) Database

I have an old database that ran on UNIX/LINUX that was archived and stored years ago. We currently run on Windows and have no way to open/view this database or recover data. Does anyone have any experience or know how to recover? All I know is that it was a UniVerse IBM product. Thanks! (2 Replies)
Discussion started by: Chantelle
2 Replies

2. UNIX for Dummies Questions & Answers

Parsing UNIX emails

Hi all, I am new to unix and I have a requirement to develop a shell script which does the following:- Check for email from a particular user If found, copy the attachment in the mail to a particular directory. Delete the email. Any help, pointers are really appreciated. Thanks (3 Replies)
Discussion started by: esgovi1234
3 Replies

3. UNIX for Dummies Questions & Answers

listing executable files in unix.

How to list out the files which are not accessed for the last n days? and How to list out all the executable files in a directory? can anyone help me on the above? Thanks in advance. (3 Replies)
Discussion started by: venkatesht
3 Replies

4. Shell Programming and Scripting

Avoid files being archived

hi all, i want to write a shell script which can automatically touch my all files within a folder in an interval of 90 days ...so that i can avoid them being archived. I don't want to manually touch the all files instead i want an automated shell script to do this. Thanks in advance, Om (3 Replies)
Discussion started by: koti
3 Replies

5. Linux

Deleteing archived files

Hi, I need to remove files that are in archive directory and which are old. I can make use of find command to search for files which are older by number of days. But the problem is there are sub directories in directory 'archive' like 'sub1' 'sub2' 'sub3'. Now all files which are in... (4 Replies)
Discussion started by: ramu_indian
4 Replies

6. UNIX for Dummies Questions & Answers

UNIx junk emails

HI, I schedule some programs and mail the reports as attachments But one of the attachment always is directed to junk email folder.Is there any way to avoid it in UNIX. My mail server is outlook. Thanks, Sireesha (6 Replies)
Discussion started by: sireesha15
6 Replies

7. UNIX for Advanced & Expert Users

Unix emails in Windows

Hello, How can I convert Unix emails w/attachments to a Outlook PST file? (3 Replies)
Discussion started by: dti650
3 Replies

8. OS X (Apple)

Converting Unix executable files

I loaded OS X Panther on my Mac G4 and found that many files previously saved as Word or Word Perfect files were inadventently converted to Unix executable files. When I try to read these in Word, it cannot recognize or translate the file properly. Does anyone know how to translate these files? Is... (4 Replies)
Discussion started by: Steven Greenber
4 Replies

9. OS X (Apple)

Cannot translate Unix executable files

Help!! I loaded OS X Panther on my Mac G4 and found that many files previously saved as txt files were inadventently converted to Unix executable files. When I try to read these in Word, the Word filters cannot recognize or translate the file properly. Does anyone know how to translate these files?... (1 Reply)
Discussion started by: Steven Greenber
1 Replies
Login or Register to Ask a Question