I am trying to install Zimbra as a mail server as opposed to letting it run on our webserver.
Mail server is - Ubuntu 8.04 64-bit and I'm running 5.0.7_GA_2450
Code:
jimmy@mail:~$ host statxxx.com
statxxx.com has address 74.208.57.xx (webserver's IP)
statxxx.com mail is handled by 10 mail.statxxx.com.
jimmy@mail:~$ host mail.statxxx.com
mail.statxxx.com has address 74.7.199.xx (office's static IP with ports forwarded accordingly by router)
mail.statxxx.com mail is handled by 10 mail.statxxx.com.
My /etc/hosts file:
Code:
127.0.0.1 localhost
10.0.0.109 mail.statxxx.com mail
(when "mail.statxxx.com" set to 127.0.0.1, it says I have an error with my hosts file).
Here is the output from the installation/config...
Code:
Setting defaults... MX: mail.statxxx.com (74.7.199.xx) # office IP
Interface: 10.0.0.109
Interface: 127.0.0.1
74.7.199.xx # office IP
74.7.199.xx # office IP
DNS ERROR - none of the MX records for mail.statxxx.com
resolve to this host
Change domain name? [Yes] yes
Create Domain: [mail.statsblox.com] statxxx.com
MX: mail.statxxx.com (74.7.199.xx) #office IP
Interface: 10.0.0.109
Interface: 127.0.0.1
DNS ERROR - none of the MX records for statxxx.com
resolve to this host
It is suggested that the MX record resolve to this host
Re-Enter domain name? [Yes]
Note: I was able to get zimbra working on my local network using zimbratrial.directory.domain.com (hostname.DOMAIN) as the FQDN. I could send mail, sync with outlook, etc. So, I know the server will run it, it's just that the DNS is geeking out when trying to put it live on an actual domain.