View Single Post
  #9 (permalink)  
Old 05-29-2008, 09:51 AM
trevormantle trevormantle is offline
Junior Member
 
Posts: 9
Default New dig output

Code:
[zimbra@mail ~]$ dig ofsloans.com mx

; <<>> DiG 9.3.3rc2 <<>> ofsloans.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27448
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
ofsloans.com.           3600    IN      MX      10 mail.ofsloans.com.

;; AUTHORITY SECTION:
ofsloans.com.           101742  IN      NS      ns1.slicehost.net.
ofsloans.com.           101742  IN      NS      ns2.slicehost.net.

;; ADDITIONAL SECTION:
mail.ofsloans.com.      2372    IN      A       209.20.66.252
ns1.slicehost.net.      82107   IN      A       208.78.100.222
ns2.slicehost.net.      75143   IN      A       208.75.87.240

;; Query time: 3 msec
;; SERVER: 67.207.128.5#53(67.207.128.5)
;; WHEN: Thu May 29 09:50:40 2008
;; MSG SIZE  rcvd: 148
Code:
You have new mail in /var/spool/mail/zimbra
[zimbra@mail ~]$ dig ofsloans.com any

; <<>> DiG 9.3.3rc2 <<>> ofsloans.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27142
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
ofsloans.com.           3600    IN      A       209.20.66.243
ofsloans.com.           3600    IN      SOA     ns1.slicehost.net. hostmaster.ofsloans.com. 2008041300 28800 7200 604800 3600
ofsloans.com.           3600    IN      MX      10 mail.ofsloans.com.
ofsloans.com.           101738  IN      NS      ns1.slicehost.net.
ofsloans.com.           101738  IN      NS      ns2.slicehost.net.

;; AUTHORITY SECTION:
ofsloans.com.           101738  IN      NS      ns2.slicehost.net.
ofsloans.com.           101738  IN      NS      ns1.slicehost.net.

;; ADDITIONAL SECTION:
mail.ofsloans.com.      2368    IN      A       209.20.66.252
ns1.slicehost.net.      82103   IN      A       208.78.100.222
ns2.slicehost.net.      75139   IN      A       208.75.87.240

;; Query time: 6 msec
;; SERVER: 67.207.128.5#53(67.207.128.5)
;; WHEN: Thu May 29 09:50:44 2008
;; MSG SIZE  rcvd: 239

Last edited by phoenix; 05-29-2008 at 09:58 AM..
Reply With Quote