Hello,
I was trying to do a test install of zimbra on a vps machine and was running into the ldap initalization error (28160)
The internal ip for the vps is 10.1.3.4
the external is 173.199.***.***
I originally tried the split DNS with bind and could not get it to work. I then tried with dnsmasq, which is still installed and am receiving the same error.
Any help is appreciated.
Sean
dig id13207.****.com mx
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> id13207.****.com mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63635
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;id13207.****.com. IN MX
;; ANSWER SECTION:
id13207.****.com. 0 IN MX 5 mail.id13207.****.com.
;; ADDITIONAL SECTION:
mail.id13207.****.com. 0 IN A 10.1.3.4
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Oct 19 17:44:18 2012
;; MSG SIZE rcvd: 91; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> id13207.****.com any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39255
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;id13207.****.com. IN ANY
;; ANSWER SECTION:
id13207.****.com. 0 IN A 173.199.***.***
id13207.****.com. 0 IN MX 5 mail.id13207.****.com.
;; ADDITIONAL SECTION:
mail.id13207.****.com. 0 IN A 10.1.3.4
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Oct 19 17:44:41 2012
;; MSG SIZE rcvd: 107mail.id13207.****.com has address 10.1.3.4cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search id13207.****.com
nameserver 127.0.0.1
nameserver 10.1.3.3
cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
10.1.3.4 mail.id13207.****.com mail
173.199.120.184 id13207.****.comcat /etc/dnsmasq.conf
domain=id13207.****.com
mx-host=id13207.****.com,mail.id13207.****.com,50
listen-address=127.0.0.1


LinkBack URL
About LinkBacks

