Still not working I'm afraid.
/etc/hosts:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.2.5 server1.medalist.com.au server1 mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/resolv.conf
Code:
nameserver 192.168.2.5
nameserver 192.168.2.1
nameserver 192.168.0.4
dig medalist.com.au mx
Code:
; <<>> DiG 9.4.2-P2 <<>> medalist.com.au mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4298
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;medalist.com.au. IN MX
;; ANSWER SECTION:
medalist.com.au. 604800 IN MX 10 mail.medalist.com.au.
;; AUTHORITY SECTION:
medalist.com.au. 604800 IN NS 192.168.2.5.medalist.com.au.
;; ADDITIONAL SECTION:
mail.medalist.com.au. 604800 IN A 192.168.2.5
;; Query time: 0 msec
;; SERVER: 192.168.2.5#53(192.168.2.5)
;; WHEN: Thu Nov 13 20:51:45 2008
;; MSG SIZE rcvd: 96
dig medalist.com.au any
Code:
; <<>> DiG 9.4.2-P2 <<>> medalist.com.au any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61888
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;medalist.com.au. IN ANY
;; ANSWER SECTION:
medalist.com.au. 604800 IN MX 10 mail.medalist.com.au.
medalist.com.au. 604800 IN AAAA ::1
medalist.com.au. 604800 IN SOA server1.medalist.com.au. server.medalist.com.au. 3 604800 86400 2419200 604800
medalist.com.au. 604800 IN NS 192.168.2.5.medalist.com.au.
medalist.com.au. 604800 IN A 192.168.2.5
;; ADDITIONAL SECTION:
mail.medalist.com.au. 604800 IN A 192.168.2.5
;; Query time: 0 msec
;; SERVER: 192.168.2.5#53(192.168.2.5)
;; WHEN: Thu Nov 13 20:52:29 2008
;; MSG SIZE rcvd: 191
host `hostname`
Code:
server1.medalist.com.au has address 192.168.2.5
I put my.cnf and my.logger.cnf back to localhost and zmlocalconfig bind_address (both) to localhost and the mysql and logger would not start. Putting them back to 192.168.2.5 does allow it to start with the changes to the hosts file and the bind9 db file, but the problem still remains with slapd not starting from user zimbra.
Thanks for the help, I'm sure it's getting closer.