View Single Post
  #37 (permalink)  
Old 04-16-2007, 09:16 AM
forexmgr forexmgr is offline
Active Member
 
Posts: 29
Default

Quote:
Originally Posted by phoenix View Post
OK, that answers your question - you have the domain set as mail.forexmgr.com when it should be the domain name of forexmgr.com Change the named.conf.local to have this in it:
Code:
// We are the master server for forexmgr.com
zone "forexmgr.com" {
type master;
file "db.mail.forexmgr.com";
};
What's actually in named.conf?
Ok so

1. host `hostname`

Host mail not found: 3(NXDOMAIN)

2. dig forexmgr.com any

; <<>> DiG 9.3.2 <<>> forexmgr.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 7530
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

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

;; Query time: 0 msec
;; SERVER: 192.168.1.15#53(192.168.1.15)
;; WHEN: Mon Apr 16 11:15:36 2007
;; MSG SIZE rcvd: 30

Correct - Right

3. dig forexmgr.com mx

; <<>> DiG 9.3.2 <<>> forexmgr.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 53428
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

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

;; Query time: 0 msec
;; SERVER: 192.168.1.15#53(192.168.1.15)
;; WHEN: Mon Apr 16 11:16:13 2007
;; MSG SIZE rcvd: 30

Ok so host `hostname` is still the issue
Reply With Quote