View Single Post
  #6 (permalink)  
Old 11-22-2005, 10:28 PM
goetzi goetzi is offline
Project Contributor
 
Posts: 223
Default

Just search on the forums. Several people had this problem before.

I think your /etc/hosts isn't correct. What do you have in there? It should look like:

Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.157 mail.example.com mail
The first line exactly like this. The second line with the IP adress, the FQDN and the hostname of the machine.
Reply With Quote