That's not the IP address I get:
Code:
dig emeryscatering.com mx
; <<>> DiG 9.5.0-P2 <<>> emeryscatering.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9384
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;emeryscatering.com. IN MX
;; ANSWER SECTION:
emeryscatering.com. 1800 IN MX 5 inbound.registeredsite.com.
;; ADDITIONAL SECTION:
inbound.registeredsite.com. 900 IN A 66.97.46.122
;; Query time: 501 msec
;; SERVER: 192.168.1.10#53(192.168.1.10)
;; WHEN: Mon Nov 2 18:51:28 2009
;; MSG SIZE rcvd: 91
Post the output of the following commands (run on the Zimbra server):
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com any
dig yourdomain.com mx
host `hostname` <-- use that exact command with backticks not single quotes
Is this machine on a LAN IP or Public? Is in in a VM, if so what are you using? How much RAM is on this machine?