Hi,
thanks a lot for you support.
I've follow the guide Ubuntu 6.06 Server (Dapper Drake) Beginner's Install Guide - Zimbra :: Wiki
and the DNS chapter and I think all work fine.
Here "cat /etc/resolv.conf" output
Code:
nameserver 192.168.1.180
Here "cat /etc/hosts"
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.180 mx.domain.it mx
# 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
Here "dig @localhost domain.it ns"
Code:
; <<>> DiG 9.3.2 <<>> @localhost domain.it ns
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20002
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;domain.it. IN NS
;; ANSWER SECTION:
domain.it. 604800 IN NS mx.domain.it.
;; ADDITIONAL SECTION:
mx.domain.it. 604800 IN A 192.168.1.180
;; Query time: 4 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Mar 13 12:33:14 2008
;; MSG SIZE rcvd: 61
And here "dig @localhost domain.it mx"
Code:
; <<>> DiG 9.3.2 <<>> @localhost domain.it mx
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38570
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;domain.it. IN MX
;; ANSWER SECTION:
domain.it. 604800 IN MX 10 mx.domain.it.
;; AUTHORITY SECTION:
domain.it. 604800 IN NS mx.domain.it.
;; ADDITIONAL SECTION:
mx.domain.it. 604800 IN A 192.168.1.180
;; Query time: 3 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Mar 13 12:34:35 2008
;; MSG SIZE rcvd: 77
Is it all right ???
Thanks a lot.
filloweb