Results 1 to 1 of 1
Hi all,
I am using a shell script , when run this script its sends an e-mail to a group about all the updated rpm for the day .the problem ...
- 03-16-2011 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
problem with sending mail from script
Hi all,
I am using a shell script , when run this script its sends an e-mail to a group about all the updated rpm for the day .the problem what i am facing now is this script was not written by me and it uses this syntax to send the e-mail - mail -s "following rmp s have been updated on $month-$date on `hostname`" <name of the group> . i dono weather its the prob with the mail server or something . the sendmail service is running . however when i try to do telnet on port 25 to my machine ( where the script is running ) it says "connection refused to remote host"
thanks,
vedaprasad


Reply With Quote