Hi , Thanks for the reply ...
cat /etc/hosts
127.0.0.1 localhost
10.0.200.56 zimbra.elk.msits.co.za zimbra
10.0.200.11 robby.msits.co.za robby
10.0.200.1 bell.msits.co.za bell
# 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
cat /etc/resolv.conf
search msits.co.za
nameserver 10.0.200.12
nameserver 10.0.200.14
dig msits.co.za
; <<>> DiG 9.3.4 <<>> msits.co.za
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16970
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;msits.co.za. IN A
;; AUTHORITY SECTION:
msits.co.za. 604800 IN SOA ns1.msits.co.za. dnsadmin.msits.co.za. 15710 604800 86400 2419200 604800
;; Query time: 0 msec
;; SERVER: 10.0.200.12#53(10.0.200.12)
;; WHEN: Wed Apr 15 21:18:04 2009
;; MSG SIZE rcvd: 78
dig msits.co.za any
; <<>> DiG 9.3.4 <<>> msits.co.za any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33206
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 5
;; QUESTION SECTION:
;msits.co.za. IN ANY
;; ANSWER SECTION:
msits.co.za. 604800 IN SOA ns1.msits.co.za. dnsadmin.msits.co.za. 15710 604800 86400 2419200 604800
msits.co.za. 604800 IN NS ns4.mydyndns.org.
msits.co.za. 604800 IN NS ns1.mydyndns.org.
msits.co.za. 604800 IN NS ns5.mydyndns.org.
msits.co.za. 604800 IN NS ns3.mydyndns.org.
msits.co.za. 604800 IN NS ns2.mydyndns.org.
msits.co.za. 604800 IN MX 10 bell.msits.co.za.
;; ADDITIONAL SECTION:
ns2.mydyndns.org. 81347 IN A 204.13.249.76
ns3.mydyndns.org. 362 IN A 208.78.69.76
ns4.mydyndns.org. 231 IN A 91.198.22.76
ns5.mydyndns.org. 348 IN A 203.62.195.76
bell.msits.co.za. 604800 IN A 10.0.200.1
;; Query time: 1 msec
;; SERVER: 10.0.200.12#53(10.0.200.12)
;; WHEN: Wed Apr 15 21:18:32 2009
;; MSG SIZE rcvd: 281
host `hostname`
zimbra.msits.co.za has address 10.0.200.56
Um, I think I see where the error is .... there is a difference of the local domain being msits.co.za and the zimbra server is on a subdomain of elk.zimbra.co.za , or am I jumping the gun here ?
Many thanks
Bradley