Mail Error


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Mail Error
# 1  
Old 11-08-2001
Mail Error

Hi When trying to access my UNIX mail account I am getting this error message, can anyone suggest a way to get in and delete some of these messages please?

Can I simply delete my mail file or hack it with a text editor?

Thanks
Smilie
# 2  
Old 11-08-2001
A few questions first:

1) How are you connecting? Is it a POP account, or do you log onto the server interactively and run a mail client from there?

2) What error are you getting?

3) If you are logging onto the server, what mail client do you use? (mail, pine, mailx, etc...)

4) What Unix is it?
# 3  
Old 11-08-2001
Hi,

Sorry about the error message omition.

The error was something like mail /usr/spool/mail/deggzy exceeds message number maximum of 1024

Using Client program Mail on Tru64.

What I have doen is:

cp deggzy deggzy_old
cat /dev/null > deggzy

I can look at the old file using more for example. is there any way to edit this file without the change of upseting anything?

Thanks
# 4  
Old 11-09-2001
I prefer elm over mail

you can vi the file and delete the unwanted lines and save then copy it back into the mail directory.

It won't mess up the mail (elm) program.

Your mail program reads/creates a plain text file, there is no special formatting, except for the header info that it creates for each email.

You won't screw up the program by editing the file that contains your emails.

But you can try to delete complete messages, try not to leave a partial messages.


Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. Linux

Send-mail: fatal error

Hi guys, i am using the below command to send mail mail -s "HI" abcd@how.com < temp_mail.txt I am getting the below error send-mail: fatal: bad string length 0 < 1: myorigin = My os version is as Linux Help me with ur suggestion guys thank u. (3 Replies)
Discussion started by: mohanalakshmi
3 Replies

3. UNIX for Advanced & Expert Users

Error details in mail

Hi, I have a application that writes log details to a file in a folder. I am trying to write script to send mail to the user whenever the log is appended with "Error" string and details. The user should receive error and error details in mail whenever there is a error in the file. The... (4 Replies)
Discussion started by: maddy26615
4 Replies

4. UNIX for Dummies Questions & Answers

No route to host - mail error

A linux box is supposed to emailing the results of backups to the windows exchange server, but nothing arrives. it never has, as the muppet who set up the Windows domain knew nothing about linux. I know only slightly more than that... pretty sure sendmail is the daemon running to handle mail. it... (0 Replies)
Discussion started by: Noewon
0 Replies

5. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

6. Shell Programming and Scripting

Mail error

Hi All, I a trying to send a mail from shell script. But it doesn't send the mail to the specified Emailid. Inturn it sends to the Server userid. Let me know whether i need to include the SMTP server details. If so how? echo "CVS checkout completed" | mail -s "Auto cvs checkout"... (0 Replies)
Discussion started by: vino_hymi
0 Replies

7. Ubuntu

Error after installing mail server.

Hi all, I'm new here. I already install ubuntu 9.10 and mail server (Dovecot + Postfix + SASL + Squirrel Mail). But after login on squirrelmail. an error message appeared "Error connecting to IMAP server: localhost. 111 : Connection refused". Any solutions? Thanks (1 Reply)
Discussion started by: dnet
1 Replies

8. Solaris

how to forward mail in /var/mail/username to external mail

Dear All, Now I use solaris 10 and I try to forward mail from /var/mail/username to their external mail so what should I do? thank u in advance (2 Replies)
Discussion started by: unitipon
2 Replies

9. HP-UX

-c option gives error in mail

Hi, I am getting illegal option error while using -c to CC in mail. command used: mailx -s "Report" -c xyz@abc.com < /tmp/report Machine: HP UX. Please help me out. Looking you forward. Thanks in Advance. Jagadeesh. (3 Replies)
Discussion started by: bjagadeesh
3 Replies

10. Shell Programming and Scripting

sending mail error.. help

help i get this error when i sending a mail send-mail: fatal: open /etc/postfix/main.cf: No such file or directory Can't send mail: sendmail process failed this is my coding echo "$PRONAME is being restart" | mailxs "Subject:Process" "sally@$THISHOST" i wish to send this mail to my... (2 Replies)
Discussion started by: kkc
2 Replies
Login or Register to Ask a Question