Thanks on answer,
I spend much time on bind9 and finally a take this:
Code:
roma@wolfroma:~$ dig example.com
; <<>> DiG 9.4.2-P2 <<>> example.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2168
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;example.com. IN A
;; ANSWER SECTION:
example.com. 2592000 IN A 10.8.16.1
;; AUTHORITY SECTION:
example.com. 2592000 IN NS pserver.example.com.
;; ADDITIONAL SECTION:
pserver.example.com. 2592000 IN A 10.8.16.1
;; Query time: 0 msec
;; SERVER: 10.8.16.1#53(10.8.16.1)
;; WHEN: Mon Mar 16 17:27:17 2009
;; MSG SIZE rcvd: 83
Code:
roma@wolfroma:~$ dig example.com any
; <<>> DiG 9.4.2-P2 <<>> example.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10122
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;example.com. IN ANY
;; ANSWER SECTION:
example.com. 2592000 IN SOA pserver.example.com. hostmaster.pserver.example.com.example.com. 12 43200 3600 3600000 2592000
example.com. 2592000 IN NS pserver.example.com.
example.com. 2592000 IN A 10.8.16.1
example.com. 2592000 IN MX 10 pserver.example.com.
;; ADDITIONAL SECTION:
pserver.example.com. 2592000 IN A 10.8.16.1
;; Query time: 0 msec
;; SERVER: 10.8.16.1#53(10.8.16.1)
;; WHEN: Mon Mar 16 17:36:28 2009
;; MSG SIZE rcvd: 166
I think this correct, please confirm... 
If it's correct then I will try to reinstall zimbra