mail problem


 
Thread Tools Search this Thread
Operating Systems Linux mail problem
# 1  
Old 02-09-2009
mail problem

Hello,

When I try this
echo “This will go into the body of the mail.” | mail -s “Hello world” e.tekin@abc.com

I m having this problem


Feb 8 09:05:41 xxx sendmail[27821]: n1884jFR027821: from=<root@xxx>, size=731, class=0, nrcpts=1, msgid=<200902080804.n1884
j3U025399@xxx>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Feb 8 09:05:41 xxx sendmail[25399]: n1884j3U025399: to=root, ctladdr=root (0/0), delay=00:00:56, xdelay=00:00:56, mailer=relay,
pri=30510, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (n1884jFR027821 Message accepted for delivery)
:8-bit character in mailbox address "world?

what could be problem

Thanks
Kind Regards

Last edited by sunsail; 02-09-2009 at 08:15 AM..
# 2  
Old 02-10-2009
Hi sunsail. From the post, it looks like you're using the special angled (“ ”) double-quote characters instead of the normal (") ones. Try single-quotes for everythign instead.


Also, please use [code] tags around your command lines and log output.
# 3  
Old 02-10-2009
Quote:
Originally Posted by otheus
Hi sunsail. From the post, it looks like you're using the special angled (“ ”) double-quote characters instead of the normal (") ones. Try single-quotes for everythign instead.


Also, please use [code] tags around your command lines and log output.
Hi Otheus

it's strange because I copy these lines from notepad and when I copy them they return to doubleqoute chars
you are very careful,though

Kind Regards
# 4  
Old 02-10-2009
So are you copying from notepad into command line?
# 5  
Old 02-10-2009
Quote:
Originally Posted by otheus
So are you copying from notepad into command line?
I copy from notepad to commandline and here.
# 6  
Old 02-10-2009
There you go. Use single-quotes. Make sure when you paste that the quote marks are either straight up-and-down or always slanted to the left.
# 7  
Old 02-10-2009
Quote:
Originally Posted by otheus
There you go. Use single-quotes. Make sure when you paste that the quote marks are either straight up-and-down or always slanted to the left.
I tried.nothings has changed.I still receive this in the log file
"stat=Deferred: Connection timed out"

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

HP UX mail problem

I am uxing HP UX mailx, I want to send mail with: 1) to list 2) cc list 3) sender address 4) mail body 5) subject 6) attachment I am using : (cat cc_list; cat mail_body; ux2dos file_1 | uuencode attachment.txt)|mailx -m -s "subject" -r sender@abc.com recepient@abc.com cc_list... (2 Replies)
Discussion started by: gautamadak
2 Replies

2. Red Hat

Mail Problem. Maybe, it is a DNS Problem!

Hi, i've a redhat linux 9 upadated by redhat from 7 version to 9 version. A couple of days ago i was a problem with my mail, in other words i'm not able to get any email nor to send any email. I've a proxy configuration and i tried to set iptables in order to verify the port. The 110,255 and 995... (1 Reply)
Discussion started by: pintalgi
1 Replies

3. Shell Programming and Scripting

mail problem

hi folks , i am working in UNIX . i was wondered when i gone through below lines in some scripts. Can anyone describe me how this is working . thanks in advance.. /usr/sbin/sendmail -t < $0.email /usr/bin/mailx -s "$EDI_HOST: Report....@ `date`" GROUP_ALERT <<EOF `cat $0.email`... (3 Replies)
Discussion started by: rdhaprakasam
3 Replies

4. Shell Programming and Scripting

problem with Mail !

I have a o/p file called a1.txt from a script. I m mailing this file but the problem is that in the mail the format is comming different. Contents of a1.txt ------------------------------------ Meter 090845086LG is now Made AMR Active Meter 090845088LG is now Made AMR Active Meter... (4 Replies)
Discussion started by: ali560045
4 Replies

5. UNIX for Dummies Questions & Answers

mail problem

if ping $1 3 then { sleep 1 echo "HELO domain.co.uk" sleep 1 echo "MAIL FROM: mark@domain.co.uk" sleep 1 echo "RCPT TO: markms@domain.co.uk" sleep 1 echo "DATA" echo "This is a test from a file." echo "." echo "quit" } | telnet $1 25 else echo problem fi The above is... (1 Reply)
Discussion started by: markms
1 Replies

6. OS X (Apple)

mail problem

i have mac os x 2.2 jaguar and Mail wont open any links? When i click on them it just does nothing. does anybody know why/how to fix it? please help me.. thanks, blip (4 Replies)
Discussion started by: Blip
4 Replies

7. UNIX for Dummies Questions & Answers

Problem with mail.

Hello! I have two servers with Solaris 2.7 I send mail from first to second. The first is also dns. It's known as "ns.oldb.pkb", second is "dev.pkb". Ping works successful from 1 to 2 and vice verse. But when I am trying on first server : sendmail -v user@dev.pkb < /etc/motd it is... (3 Replies)
Discussion started by: Colf
3 Replies

8. UNIX for Dummies Questions & Answers

mail problem (NOT Mail or Mail.app)

When I try to use the CLI mail, I get the following error. What's wrong? Welcome to Darwin! % mail root Subject: test test . EOT % /etc/mail/sendmail.cf: line 81: fileclass: cannot open /etc/mail/local-host-names: Group writable directory Do I just need to change the... (1 Reply)
Discussion started by: chenly
1 Replies

9. UNIX for Advanced & Expert Users

mail problem !!

Hi, Below a try to send an email to a local user can be seen. I can NOT send e-mail anywhere, but I receive email perfectly. <pre> isgsi01(root)10: mail aris < /home/aris/mail2send dbm map "Alias0": unsafe map file /etc/mail/aliases: No such file or directory </pre> ..... but the... (3 Replies)
Discussion started by: guest100
3 Replies

10. UNIX for Dummies Questions & Answers

Problem with mail

what I have to write in a shell that every time that it arrives a new e-mail has to perform a program taking some data from the e-mail. (2 Replies)
Discussion started by: mmistero
2 Replies
Login or Register to Ask a Question