The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-04-2006
irasela irasela is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 9
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 </monitoring/space/bitacora.txt

No error appear but never the yahoo account never get the mail.

Is there some special service i have to enable to run the mail/mailx/sendmail commands???

What can i do? Thks in advance!!

Best regards