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 "DFID Backup Log" -c "smintech@mailho" <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 want steps to configure mail in my AIX server (rs6000).
The code I have written in my shell script is as below
mail -s "DFID Backup Log" -c "smintech@mailho" <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.