View Single Post
  #6 (permalink)  
Old 01-27-2009, 05:06 AM
ttortosa ttortosa is offline
Senior Member
 
Posts: 53
Default

This is the output of the commands:

Cat /etc/hosts:

Code:
127.0.0.1               localhost.localdomain localhost
82.194.87.236           obertic.com obertic
82.194.87.236           obertic.dedi.acens.net obertic
cat /etc/resolv.conf
Code:
nameserver 82.194.64.28
nameserver 82.194.80.28
dig yourdomain mx

Code:
; <<>> DiG 9.3.4-P1.1 <<>> obertic.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12317
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;obertic.com.                   IN      MX

;; ANSWER SECTION:
obertic.com.            29713   IN      MX      10 smtp.obertic.com.

;; AUTHORITY SECTION:
obertic.com.            14465   IN      NS      ns4.acens.net.
obertic.com.            14465   IN      NS      ns3.acens.net.

;; ADDITIONAL SECTION:
smtp.obertic.com.       29713   IN      A       217.116.20.173
ns3.acens.net.          81751   IN      A       217.116.0.192
ns4.acens.net.          81751   IN      A       217.116.0.149

;; Query time: 1 msec
;; SERVER: 82.194.64.28#53(82.194.64.28)
;; WHEN: Tue Jan 27 13:05:07 2009
;; MSG SIZE  rcvd: 143
dig yourdomain any

Code:
; <<>> DiG 9.3.4-P1.1 <<>> obertic.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58829
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;obertic.com.                   IN      ANY

;; ANSWER SECTION:
obertic.com.            29669   IN      MX      10 smtp.obertic.com.
obertic.com.            14421   IN      A       217.116.20.173
obertic.com.            14421   IN      NS      ns4.acens.net.
obertic.com.            14421   IN      NS      ns3.acens.net.

;; AUTHORITY SECTION:
obertic.com.            14421   IN      NS      ns3.acens.net.
obertic.com.            14421   IN      NS      ns4.acens.net.

;; ADDITIONAL SECTION:
smtp.obertic.com.       29669   IN      A       217.116.20.173
ns3.acens.net.          81707   IN      A       217.116.0.192
ns4.acens.net.          81707   IN      A       217.116.0.149

;; Query time: 1 msec
;; SERVER: 82.194.64.28#53(82.194.64.28)
;; WHEN: Tue Jan 27 13:05:51 2009
;; MSG SIZE  rcvd: 187
host `hostname` <- note backticks and not single quotes

Code:
obertic.dedi.acens.net has address 217.116.20.173
Reply With Quote