Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configure mail in AIX rs/6000 server

Status
Not open for further replies.

231202

Programmer
Aug 13, 2002
1
IN
I want to get mails of my backup status.
I want steps to configure mail in my AIX server (rs6000).

The code I have written in my shell script is as below
mail -s &quot;DFID Backup Log&quot; -c &quot;smintech@mailho&quot; <bkup/sh/maillog.log
here smintech@mailho is our mail id .

I think this is not working b'cas my mail server (NFS) is not configured.


 
I think it may not be working because you should do this:

mail -s &quot;DFID Backup Log&quot; smintech@mailho < bkup/sh/maillog.log

The -c option is for cc and I think it might act weird if there is no primary address. IBM Certified -- AIX 4.3 Obfuscation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top