I am a complete novice, so any answer please in easy speak just like the great instructions. I was able to follow easily but have this could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for server name. I have change the bind address to the ip addy i found on the network settings for this computer, what have I done wrong?? Thanks in advance
You should add a line like this to /etc/hosts... Code: 192.168.0.100 server1.example.com server1 where 192.168.0.100 is your server's IP addres and server1.example.com and server1 are the outputs of Code: hostname -f and Code: hostname