mail:~# cat /etc/hosts
127.0.0.1 localhost
201.18.17.118 mail.teste.com mail
10.0.0.252 server.teste.com server
10.0.0.253 application.teste.com application
10.0.0.254 mail.teste.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
================================================== =======
mail:~# cat /etc/resolv.conf
search teste.com
nameserver 222.22.11.111
================================================== ========
mail:~# dig mail.teste.com mx
; <<>> DiG 9.3.4-P1.1 <<>> mail.teste.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6442
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.teste.com. IN MX
;; AUTHORITY SECTION:
teste.com. 604800 IN SOA mail.teste.com.teste.com. root.mail.teste.com.teste.com. 1 604800 86400 2419200 604800
;; Query time: 1 msec
;; SERVER: 222.22.11.111#53(222.22.11.111)
;; WHEN: Mon Dec 1 09:41:33 2008
;; MSG SIZE rcvd: 102
================================================== =======
mail:~# dig mail.teste.com any
; <<>> DiG 9.3.4-P1.1 <<>> mail.teste.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26415
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.teste.com. IN ANY
;; ANSWER SECTION:
mail.teste.com. 604800 IN A 222.22.11.111
;; AUTHORITY SECTION:
hoteldofrade.com. 604800 IN NS mail.teste.com.teste.com.
;; Query time: 0 msec
;; SERVER: 222.22.11.111#53(222.22.11.111)
;; WHEN: Mon Dec 1 09:42:17 2008
;; MSG SIZE rcvd: 91
================================================== =======
mail:~# hostname
mail.teste.com
================================================== =======
Follow all the tests required.....
Thank´s...
Last edited by jcvalim; 12-03-2008 at 02:50 AM..
|