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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-06-2005
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,189
On the machine that is running sendmail, you have to have a number of configuration files right of "there will be dragons."

First, I would insure that the forward and reverse DNS exists in both the /etc/hosts file and the DNS. Sendmail likes DNS, especially itself, to be configured correctly.

Sendmail normally tries to resolve its own hostname, but you can also enter it directly in the .cf file.

There is also a file, often located in /etc/mail/local-host-names which needs to have, of course, the local host names.

You can always post your files and we can have a look!

Neo
Reply With Quote