Quote:
Originally Posted by uxbod Now you have made all those changes please post again Code: cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes |
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.xxx.xx mail.test.zimbra.com 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
search test.zimbra.com
nameserver 192.168.xxx.xx Private ip of zimbra mail server
dig test.zimbra.com any
root@mail:~# dig test.zimbra.com any
; <<>> DiG 9.4.2-P2 <<>> test.zimbra.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 931
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;test.zimbra.com. IN ANY
;; ANSWER SECTION:
test.zimbra.com. 604800 IN SOA mail.test.zimbra.com. admin.mail.test.zimbra.com. 70725 604800 86400 2419200 604800
test.zimbra.com. 604800 IN NS 192.168.xxx.xx.test.zimbra.com.
test.zimbra.com. 604800 IN A 192.168.xxx.xx
;; Query time: 0 msec
;; SERVER: 192.168.xxx.xx#53(192.168.xxx.xx)
;; WHEN: Sun Jul 26 20:39:49 2009
;; MSG SIZE rcvd: 121
dig test.zimbra.com mx
root@mail:~# dig test.zimbra.com mx
; <<>> DiG 9.4.2-P2 <<>> test.zimbra.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5415
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;test.zimbra.com. IN MX
;; AUTHORITY SECTION:
test.zimbra.com. 604800 IN SOA mail.test.zimbra.com. admin.mail.test.zimbra.com. 70725 604800 86400 2419200 604800
;; Query time: 9 msec
;; SERVER: 192.168.xxx.xx#53(192.168.xxx.xx)
;; WHEN: Sun Jul 26 20:37:10 2009
;; MSG SIZE rcvd: 76
host `hostname`
mail.test.zimbra.com is handled by 10 mail.test.zimbra.com.