Split dns verify section:
~> dig d.correo.uc.edu.ve mx
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5 <<>> d.correo.uc.edu.ve mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17327
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;d.correo.uc.edu.ve. IN MX
;; ANSWER SECTION:
d.correo.uc.edu.ve. 30 IN MX 10 d.correo.uc.edu.ve.
;; Query time: 0 msec
;; SERVER: 150.186.32.2#53(150.186.32.2)
;; WHEN: Mon May 9 10:19:21 2011
;; MSG SIZE rcvd: 52
----
~> dig d.correo.uc.edu.ve any
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5 <<>> d.correo.uc.edu.ve any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65371
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;d.correo.uc.edu.ve. IN ANY
;; ANSWER SECTION:
d.correo.uc.edu.ve. 35800 IN A 150.186.32.52
;; Query time: 0 msec
;; SERVER: 150.186.32.2#53(150.186.32.2)
;; WHEN: Mon May 9 10:20:27 2011
;; MSG SIZE rcvd: 52
----
~> host $(hostname)
d.correo.uc.edu.ve has address 150.186.32.52
d.correo.uc.edu.ve mail is handled by 10 d.correo.uc.edu.ve.
----
~> cat /etc/resolv.conf
search uc.edu.ve
nameserver 150.186.32.2
nameserver 150.186.32.3
----
~> 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
150.186.32.40 alfa.uc.edu.ve alfa
150.186.32.41 beta.uc.edu.ve beta
150.186.32.42 gamma.uc.edu.ve gamma
150.186.32.43 delta.uc.edu.ve delta
150.186.32.44 epsilon.uc.edu.ve epsilon
150.186.32.45 zeta.uc.edu.ve zeta
150.186.32.46 iota.uc.edu.ve iota
150.186.32.47 kappa.uc.edu.ve kappa
150.186.32.52 d.correo.uc.edu.ve d.correo
190.170.94.131 skade.uc.edu.ve skade
::1 localhost6.localdomain6 localhost6
Thank you.