Fixed the hostname but I'm still receiving the same error trying to start ldap
Ran hostname, now it returns the IP and hostname as expected
Code:
[root@mail ~]# host `hostname`
mail.our-private-domain.com has address ---.13.100.12
Here is the dig on our root domain's MX record:
Code:
[root@mail ~]# dig our-private-domain.com MX
; <<>> DiG 9.3.3rc2 <<>> our-private-domain.com MX
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39465
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 3, ADDITIONAL: 7
;; QUESTION SECTION:
;our-private-domain.com. IN MX
;; ANSWER SECTION:
our-private-domain.com. 3600 IN MX 10 mail.another-domain.com.
our-private-domain.com. 3600 IN MX 30 vw1.another-domain.com.
our-private-domain.com. 3600 IN MX 40 rs4.another-domain.com.
our-private-domain.com. 3600 IN MX 60 rs2.another-domain.com.
;; AUTHORITY SECTION:
our-private-domain.com. 3600 IN NS dns1.another-domain.com.
our-private-domain.com. 3600 IN NS post.another-domain.com.
our-private-domain.com. 3600 IN NS host1.another-domain.com.
;; ADDITIONAL SECTION:
mail.another-domain.com. 600 IN A ---.14.127.210
vw1.another-domain.com. 600 IN A ---.23.208.117
rs4.another-domain.com. 600 IN A ---.144.186.16
rs2.another-domain.com. 600 IN A ---.144.192.114
dns1.another-domain.com. 600 IN A ---.14.127.213
post.another-domain.com. 600 IN A ---.10.150.125
host1.another-domain.com. 600 IN A ---.91.87.141
;; Query time: 1 msec
;; SERVER: ---.14.202.213#53(---.14.202.213)
;; WHEN: Fri Nov 9 15:04:56 2007
;; MSG SIZE rcvd: 301
Ran the dig on the MX record we'll be using the mx record on the domain itself (our-private-domain.com) is currently running mission critical mail serves we plan to replace with the system being provisioned with the Zimbra server, it's MX record dig follows:
Code:
[root@mail ~]# dig testmail.our-private-domain.com mx
; <<>> DiG 9.3.3rc2 <<>> testmail.our-private-domain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8862
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 4
;; QUESTION SECTION:
;testmail.our-private-domain.com. IN MX
;; ANSWER SECTION:
testmail.our-private-domain.com. 3600 IN MX 10 mail.our-private-domain.com.
;; AUTHORITY SECTION:
our-private-domain.com. 3600 IN NS host1.another-domain.com.
our-private-domain.com. 3600 IN NS dns1.another-domain.com.
our-private-domain.com. 3600 IN NS post.another-domain.com.
;; ADDITIONAL SECTION:
mail.our-private-domain.com. 3600 IN A ---.13.100.12
dns1.another-domain.com. 600 IN A ---.14.202.213
post.another-domain.com. 600 IN A ---.101.150.125
host1.another-domain.com. 600 IN A ---.191.87.141
;; Query time: 1 msec
;; SERVER: ---.14.202.213#53(---.14.127.213)
;; WHEN: Fri Nov 9 14:54:34 2007
;; MSG SIZE rcvd: 202
Checking the hostname.domain we'll be using
Code:
[root@mail ~]# dig mail.our-private-domain.com any
; <<>> DiG 9.3.3rc2 <<>> mail.our-private-domain.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 2002
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.our-private-domain.com. IN ANY
;; AUTHORITY SECTION:
com. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1194648842 1800 900 604800 900
;; Query time: 13 msec
;; SERVER: ---.14.202.213#53(---.14.202.213)
;; WHEN: Fri Nov 9 14:54:49 2007
;; MSG SIZE rcvd: 115
I'm not sure how the MX records come into play with LDAP. LDAP has never been on our technology roadmap, so this is new territory.
I attempted to run zmsetup again, and this time I recieved the 99 error. Information follows:
Code:
The system will be modified - continue? [No] Yes
Operations logged to /tmp/zmsetup.log.3403
Initializing ldap...Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=99 (Cannot assign requested address)
slap_open_listener: failed on ldap://mail.our-private-domain.com:389
I saw this in the zmsetup.log file:
Code:
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
Initializing ldap...
Is it possible to simply disable zimbra-ldap? We're trying to evaluate this as a replacement for an aging and convoluted sendmail system and it's been 2 days of sytem provisioning and Zimbra install already.