
Originally Posted by
phoenix
You restore your server to the state it was in before the hardware failure and not change anything - modifications should be made after your server is working correctly.
Yes, that's what I did. I restored the server to the same version, and all of the mail restored fine. There were a few LDAP issues, but I was able to resolve those as well.
Here is some additional information.
I know this is DNS related...here are some additional symptoms:
If I uncheck the "Enable DNS lookups" in the Zimbra Admin Console, inbound mail works fine.
If I check the "Enable DNS lookups" in the Zimbra Admin Console, outbound mail works fine.
Does that make any sense?
Also, obviously the host "zimbra.datacenter.inc" does not resolve externally. That was only used as an internal host name.
The other domains for which I am hosting should resolve externally:
thedirksfamily.us
streetlevelfm.com
etc...
Post the output of the following commands (run on the Zimbra server):
Code:
[root@zimbra ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.1.10 zimbra.datacenter.inc zimbra
[root@zimbra ~]# cat /etc/resolv.conf
search datacenter.inc
nameserver 192.168.1.10
nameserver 192.168.1.254
nameserver 8.8.8.8
[root@zimbra ~]# dig datacenter.inc mx
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> datacenter.inc mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 37456
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;datacenter.inc. IN MX
;; Query time: 1040 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Fri Jun 11 20:57:54 2010
;; MSG SIZE rcvd: 32
[root@zimbra ~]# dig datacenter.inc any
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> datacenter.inc any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 18191
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;datacenter.inc. IN ANY
;; Query time: 891 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Fri Jun 11 20:58:21 2010
;; MSG SIZE rcvd: 32
[root@zimbra ~]# host `hostname`
zimbra.datacenter.inc has address 192.168.1.10
zimbra.datacenter.inc mail is handled by 10 zimbra.datacenter.inc.