*What does the following show (when run on your Zimbra server):
*
Code:
cat /etc/hosts
*cat /etc/resolv.conf
*dig domain.com mx
*dig domain.com any
*host `hostname` <-- use that exact command with bactticks not single *quotes
[/QUOTE]
Billl, thank you for your quick answer, I have read the installation guides and the post in this forums, that`s how I managed to receive mails, but i fear that Iīm missing something in the bind files.
This are the results of the command you asked
root@mail:/home/empresur# cat /etc/hosts
127.0.0.1 localhost
200.51.44.146 mail.jhervas.com.ar 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
root@mail:/home/empresur#
-----------------------------------------------------------------
root@mail:/home/empresur# cat /etc/resolv.conf
search jhervas.com.ar
nameserver 200.51.44.146
root@mail:/home/empresur#
----------------------------------------------------------------
dig domain.com mx
; <<>> DiG 9.4.2-P2 <<>> domain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44964
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 0
;; QUESTION SECTION:
;domain.com. IN MX
;; ANSWER SECTION:
domain.com. 3589 IN MX 10 sentry.domainbank.com.
;; AUTHORITY SECTION:
domain.com. 49 IN NS ns1.dotsterhost.com.
domain.com. 49 IN NS ns2.dotsterhost.com.
domain.com. 49 IN NS ns3.dotsterhost.com.
;; Query time: 0 msec
;; SERVER: 200.51.44.146#53(200.51.44.146)
;; WHEN: Sun Nov 8 07:21:51 2009
;; MSG SIZE rcvd: 128
root@mail:/home/empresur#
-----------------------------------------------------------------------
dig domain.com any
root@mail:/home/empresur# dig domain.com any
; <<>> DiG 9.4.2-P2 <<>> domain.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 448
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 13, ADDITIONAL: 0
;; QUESTION SECTION:
;domain.com. IN ANY
;; ANSWER SECTION:
domain.com. 3354 IN MX 10 sentry.domainbank.com.
;; AUTHORITY SECTION:
com. 92871 IN NS D.GTLD-SERVERS.NET.
com. 92871 IN NS H.GTLD-SERVERS.NET.
com. 92871 IN NS L.GTLD-SERVERS.NET.
com. 92871 IN NS C.GTLD-SERVERS.NET.
com. 92871 IN NS M.GTLD-SERVERS.NET.
com. 92871 IN NS J.GTLD-SERVERS.NET.
com. 92871 IN NS A.GTLD-SERVERS.NET.
com. 92871 IN NS I.GTLD-SERVERS.NET.
com. 92871 IN NS E.GTLD-SERVERS.NET.
com. 92871 IN NS G.GTLD-SERVERS.NET.
com. 92871 IN NS F.GTLD-SERVERS.NET.
com. 92871 IN NS K.GTLD-SERVERS.NET.
com. 92871 IN NS B.GTLD-SERVERS.NET.
;; Query time: 0 msec
;; SERVER: 200.51.44.146#53(200.51.44.146)
;; WHEN: Sun Nov 8 07:25:46 2009
;; MSG SIZE rcvd: 286
root@mail:/home/empresur#
----------------------------------------------------------------------
host `hostname`
; <<>> DiG 9.4.2-P2 <<>> mail.jhervas.com.ar
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5562
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.jhervas.com.ar. IN A
;; ANSWER SECTION:
mail.jhervas.com.ar. 604800 IN A 200.51.44.146
;; AUTHORITY SECTION:
jhervas.com.ar. 604800 IN NS mail.jhervas.com.ar.
;; Query time: 0 msec
;; SERVER: 200.51.44.146#53(200.51.44.146)
;; WHEN: Sun Nov 8 07:28:50 2009
;; MSG SIZE rcvd: 67
root@mail:/home/empresur#