Error while sending email from solaris


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Error while sending email from solaris
# 1  
Old 03-05-2009
Error while sending email from solaris

Dears,

I have tried to send email, but i have following error.
051 mydomain.net: Name server timeout
i have add following line to /etc/resolv.conf
Code:
domain mydomain.net

But didn't work, i didn't configure anything else ..
Do i need to configure anything else ????

Code:
root#xxx@mydomain.net... Connecting to [127.0.0.1] via relay...
220 SERVER123. ESMTP Sendmail 8.13.7+Sun/8.13.7; Thu, 5 Mar 2009 17:20:32 +0500 (PKT)
>>> EHLO SERVER123.
250-SERVER123. Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> VERB
250 2.0.0 Verbose mode
>>> MAIL From:<root> SIZE=58
250 2.1.0 <root>... Sender ok
>>> RCPT To:<xxx@mydomain.net>
>>> DATA
051 mydomain.net: Name server timeout
050 <xxx@mydomain.net>... Transient parse error -- message queued for future delivery
051 mydomain.net: Name server timeout
250 2.1.5 <xxx@mydomain.net>... Recipient ok (will queue)
354 Enter mail, end with "." on a line by itself
>>> .
050 <xxx@mydomain.net>... queued
250 2.0.0 n25CKWAl029795 Message accepted for delivery
xxx@mydomain.net... Sent (n25CKWAl029795 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 SERVER123. closing connection

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Email notification error on Solaris

Hi, I am getting error below when testing email. is there a way I can configure email on Solaris? SunOS -s 5.10 Generic_147440-04 sun4u sparc SUNW,SPARC-Enterprise echo "hello" | sendmail -v abcd WARNING: local host name (-s) is not qualified; see cf/README: WHO AM I? abcd... Connecting... (1 Reply)
Discussion started by: roshanbi
1 Replies

2. Shell Programming and Scripting

Using top command to email if process is exceeding 25% and sending an email alert if so

This is my first time writing a script and Im having some trouble, Im trying to use the top command to monitor processes and the amount of CPU usage they require, my aim is to get an email if a process takes over a certain percentage of CPU usage I tried grep Obviosly that hasnt worked, Any... (8 Replies)
Discussion started by: jay02
8 Replies

3. Linux

sending an email

I have used an already-built ActiveX control to send email from my asp web pages. One of the parameters I fill is FromName which defines the tittle the recipient will see in the From entrance in his Inbox. Now Iīm trying to use mail to send an email from a Shell but I havenīt found the... (1 Reply)
Discussion started by: RandomAccess
1 Replies

4. Shell Programming and Scripting

Sending email from Unix

I am using the following syntax to send an e-mail from Unix (Sun OS). mail -s "hello" abc@yahoo.com But, when I click enter after typing this command, its not exiting and after a while when I give ctrl+c it creates a dead.letter file in my $HOME dir. Can anyone please tell me, if I have to... (7 Replies)
Discussion started by: rajesh8s
7 Replies

5. Solaris

Sending email from solaris 9 system

hi i read threads for sending email to public mail ids like gmail.com, yahoo.com from solaris 9 system but i could not succeed. can some body help me out. I have tried following method for DNS config. touch /etc/resolv.conf vi /etc/resolv.conf nameserver 4.2.2.2 nameserver... (5 Replies)
Discussion started by: aemunathan
5 Replies

6. Shell Programming and Scripting

I have some problem in sending an email, please help me.

Hi, I am writing a kornshell script, once the successful completion of the script I need to send an email with body of a text along with an attachment. But i couldnt able to send an email with both body of the text and attachment at the same time in unix. The following is the code i tried, ... (2 Replies)
Discussion started by: Sheethal
2 Replies

7. UNIX for Dummies Questions & Answers

sending email

hi, is there any possiblity to send email from the command prompt, for eg i want to send alert to any mail id like /data/logs is 80% to my hotmail account , xxx@hotmail.com is this really possible,, if not, then what are the prerequistes need to do this (1 Reply)
Discussion started by: vasikaran
1 Replies

8. Shell Programming and Scripting

sending email in unix. need help!

how can I send an email in UNIX, attach a file and cc a receipient? i use the command below to attach a file (this works): uuencode path/filename filename | mailx -s "subject" addr@host.com here is how i cc a receipient (this also works): i have a file named cc.lis and contains: Hello... (2 Replies)
Discussion started by: tads98
2 Replies

9. Shell Programming and Scripting

unix - c program sending error from DB to email

hi, i have a database table that automatically logs the errors in the database every 5 mins. what i want to happen is to come up with a program using unix-c that gets all the information from the log table, i have a flag initially set to zero which means that the error is not yet sent, the... (2 Replies)
Discussion started by: chino_52284
2 Replies

10. UNIX for Dummies Questions & Answers

Sending email

I have an Solaris 8 machine running a managment application. One of the features of this application is to configure alarm forwarding to an email undress. When i configured the application to do that, it asked me only about the recipient email address. Quesiton: how to configure my Solaris 8... (7 Replies)
Discussion started by: bcheaib
7 Replies
Login or Register to Ask a Question