mail on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris mail on Solaris 10
# 1  
Old 02-20-2009
mail on Solaris 10

Hi,

I work in Solaris 10....
I want to configure the mailing agent in my server....

I have been trying to use the command

Code:
 
mail -s "test" hv899@cummins.com
Hello
EOT

What are the configurations to be made to sendmail.cf..
Please let me know....
# 2  
Old 02-20-2009
Tried this, example with an attachment? uuencode /tmp/myfile.tar.gz | mail someone@abc.com
# 3  
Old 02-20-2009
Use mailx
# 4  
Old 02-26-2009
i used mailx...

Code:
 
mailx -s "test" hv899@cummins.com
hi
EOT [ctrl -d]

then i checked /var/mail/oapcr6 file...
Below are certain parts of that file which i feel are relevent...

HTML Code:
----- The following addresses had permanent fatal errors -----
<hv899@cummins.com>

Final-Recipient: RFC822; hv899@cummins.com
Action: failed
Status: 5.1.2
Remote-MTA: DNS; mailhost.cit.cummins.com
Last-Attempt-Date: Thu, 26 Feb 2009 11:51:47 +0530 (IST)

when i try the same on another server it works....
i get the mail at hv899@cummins.com

do i need to configure sendmail.cf or submit.cf files in /etc/mail..
please let me kno
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. UNIX for Dummies Questions & Answers

How to specify second mail relay in Solaris?

Dears, I've configured Solaris (10) server to send mails to corporate mailboxes. Now I need to specify second relay, so if mailx will see that mail xxx@aaa.com it will send to 111.111.111.111 (aaa.com) and if it will see that mail belongs to bbb.com - xxx@bbb.com it will send to another IP... (3 Replies)
Discussion started by: nypreH
3 Replies

3. Shell Programming and Scripting

mail too slow on solaris

Hi, I am using /usr/ucb/mail for mailing thru script. But mail reaches after 30-40 mins. What can be the reason and also how to check status and related info (1 Reply)
Discussion started by: Deei
1 Replies

4. UNIX for Dummies Questions & Answers

Mail Server on solaris (newbie)

Hello to all, My company has installed CW LMS 3 on a Solaris 10 server. I want to configure the system as a mail server, so that it sends an e-mail when a network incident occurs. I have created a user account and I have configured Thunderbird Mozilla to retrieve the e-mails. I have configured... (0 Replies)
Discussion started by: kadar
0 Replies

5. Solaris

Solaris & mail

On my solaris server, I suddenly got a message saying Message from metatest on server. Check xxx mailbox for details. How do I chcek the message. I don't find xxx mailbox. Please help me ASAP. This is very urgent. Thanks & Regards, Nalina H V (1 Reply)
Discussion started by: nalinahv
1 Replies

6. Solaris

Solaris mail problem

We just put in a new Solaris machine and whenever we try to run a job (these are cron jobs), we get the following message: ibasdb02:/ # May 14 14:10:12 ibasdb02 sendmail: l4 EIABQa022219: Losing ./qfl4EIABQa022219: savemail panic Any ideas on what this means? The cron job worked without a... (8 Replies)
Discussion started by: hshapiro
8 Replies

7. UNIX for Dummies Questions & Answers

Can not send mail in solaris 5.9

Hi !! I'm trying to send myself a mail from my Solaris server, i had tryed with this commands: mail -s "test" irasela@yahoo.com < /monitoring/space/bitacora.txt mailx -s "test" irasela@yahoo.com < /monitoring/space/bitacora.txt sendmail -F "test" address "irasela.yahoo.com" -t... (1 Reply)
Discussion started by: irasela
1 Replies

8. Solaris

solaris mail query

Hi, I have deployed the same script on a number of Solaris application servers. It is run by cron every ten minutes to check the OS for application daemons. If any of the daemons is found not running, a message is generated to a temporary file. At the end of the script the there is a... (1 Reply)
Discussion started by: jabberwocky
1 Replies

9. Solaris

mail problems - how to send mail on solaris

Hello I am new user on solaris... I need to configure my solaris to be able to send mails... I know mailx command mailx -s hello address@address.com but I get an error... you have mail in /var/mail/root # hello... User unknown /dead.letter... Saved message in /dead.letter what... (10 Replies)
Discussion started by: amon
10 Replies

10. Solaris

Solaris E-Mail Notifications ?!

Hi , I need to have a monitoring system also I wanna have E-Mail Notification .or SMS notification to be on touch with my System : ) ... Regards Adel (1 Reply)
Discussion started by: ArabOracle.com
1 Replies
Login or Register to Ask a Question