View Single Post
  #16 (permalink)  
Old 11-22-2007, 01:04 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 19,650
Default

Quote:
Originally Posted by Centurion View Post
FWIW, this Ubuntu 6.06LTS server is using the default /etc/hosts file as constructed during installation:

zimbra@node:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 node.gray.net.au node

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
This hosts file is incorrect, the correct format should be:

Code:
127.0.0.1      localhost.localdomain  localhost
10.10.100.25   node.gray.net.au       node
Assuming that 10.10.100.25 is the IP of your zimbra server. I also assume you have correct DNS A & MX records point at the server IP address?

You should also disable ipv6, SElinux and any firewall you have on this server.
__________________
Regards


Bill
Reply With Quote