View Single Post
  #7 (permalink)  
Old 01-24-2008, 03:32 PM
smurraysb smurraysb is offline
Intermediate Member
 
Posts: 18
Default

Thanks, that doc helped a lot, I think I've resolved my DNS issues.
When I type
Code:
host sbstests.com
I get
Quote:
sbstests.com mail is handled by 10 mail.sbstests.com.
and with
Code:
dig any sbstests.com
I get
Quote:
; <<>> DiG 9.3.4 <<>> any sbstests.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42450
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
sbstests.com. 86400 IN SOA sbstests.com. postmaster.sbstests.com. 2008012449 10800 3600 604800 86400
sbstests.com. 86400 IN NS sbstests.com.
sbstests.com. 86400 IN MX 10 mail.sbstests.com.

;; ADDITIONAL SECTION:
mail.sbstests.com. 86400 IN A **my ip**

;; Query time: 3 msec
;; SERVER: 192.168.61.131#53(192.168.61.131)
;; WHEN: Thu Jan 24 12:20:28 2008
;; MSG SIZE rcvd: 128
So, now I only have one last problem, and that's a port conflict 25 (zimbra-mta). I've never handled ports before, so I'm not quite sure what to do. Once again, I really appreciate the help!
Reply With Quote