Quote:
Originally Posted by LMStone I know this is very frustrating for you, but the good news is as others have replied that the only thing wrong here is your BIND configuration.
The instance of BIND running on your Zimbra server needs to be the Master for your domain, with private IP addresses, and must never replicate your real public zone file.
At a minimum in local BIND you'll need an A record for your Zimbra server, an MX record for your domain, and forwarders for off-domain lookups by Zimbra.
Hope that helps,
Mark |
Hi to everyone here,
it is very pleasant to know that everyone here is willing to share their knowledge and experience with me, so i do not give up on this, and at last have found the way to get the host name work!! So i need the guru's here to confirmed that my settings here is correct .
cat /etc/hosts
[root@mail ~]# 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.102 mail.nha2u.com mail
cat /etc/resolv.conf
[root@mail ~]# cat /etc/resolv.conf
search nha2u.com
nameserver 192.168.1.102
dig nha2u.com mx
[root@mail ~]# dig nha2u.com mx
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> nha2u.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16921
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;nha2u.com. IN MX
;; ANSWER SECTION:
nha2u.com. 2592000 IN MX 10 mail.nha2u.com.
;; AUTHORITY SECTION:
nha2u.com. 2592000 IN NS 192.168.1.102.nha2u.com.
;; ADDITIONAL SECTION:
mail.nha2u.com. 2592000 IN A 192.168.1.102
;; Query time: 0 msec
;; SERVER: 192.168.1.102#53(192.168.1.102)
;; WHEN: Fri Jul 23 16:21:18 2010
;; MSG SIZE rcvd: 92
dig nha2u.com any
[root@mail ~]# dig nha2u.com any
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> nha2u.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28019
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;nha2u.com. IN ANY
;; ANSWER SECTION:
nha2u.com. 2592000 IN SOA mail.nha2u.com. hostmaster.mail.nha2u.com. 10118 43200 3600 3600000 2592000
nha2u.com. 2592000 IN NS 192.168.1.102.nha2u.com.
nha2u.com. 2592000 IN A 192.169.1.102
nha2u.com. 2592000 IN MX 10 mail.nha2u.com.
;; ADDITIONAL SECTION:
mail.nha2u.com. 2592000 IN A 192.168.1.102
;; Query time: 0 msec
;; SERVER: 192.168.1.102#53(192.168.1.102)
;; WHEN: Fri Jul 23 16:21:27 2010
;; MSG SIZE rcvd: 155
host `hostname`
[root@mail ~]# host `hostname`
mail.nha2u.com has address 192.168.1.102
nslookup mail.nha2u.com
[root@mail ~]# nslookup mail.nha2u.com
Server: 192.168.1.102
Address: 192.168.1.102#53
Name: mail.nha2u.com
Address: 192.168.1.102
Yes, and the above is my settings. Please do highlight if there is any errors or mistakes so that i can improve my settings here.
Thank you very much
Regards
getridoff