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 -->
  #3 (permalink)  
Old 11-20-2002
Neo's Avatar
Neo Neo is offline Forum Staff  
Administrator
  
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 6,804
(corrected by RTM ,thanks!)

You can use sendmail to test sending mail:


Code:
sendmail -v  user@hostname < testfile

Run the command above from the command line with the right values for the email address and testfile.... then post the results and it should be easy to see what is the problem.