I will check the logs right now.... but here is the requested info. Also I have a second domain on the server "bhnmi.com" do I need to change my host file to reflect that? and what would be the proper formating?
[root@mx ~]# host `hostname`
mx.bluehaven.local has address 192.168.1.52
mx.bluehaven.local mail is handled by 10 mx.bluehaven.local.
[root@mx ~]# dig bhnmi.com mx
; <<>> DiG 9.3.2 <<>> bhnmi.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44368
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;bhnmi.com. IN MX
;; AUTHORITY SECTION:
bhnmi.com. 3600 IN SOA zesys03.bluehaven.local. hostmaster.bluehaven.local. 3 900 600 86400 3600
;; Query time: 3 msec
;; SERVER: 192.168.1.19#53(192.168.1.19)
;; WHEN: Mon Jul 30 23:21:54 2007
;; MSG SIZE rcvd: 97
[root@mx ~]# dig bhnmi.com any
; <<>> DiG 9.3.2 <<>> bhnmi.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63557
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;bhnmi.com. IN ANY
;; ANSWER SECTION:
bhnmi.com. 3600 IN NS bh-dc-02.bluehaven.local.
bhnmi.com. 3600 IN NS zesys03.bluehaven.local.
bhnmi.com. 3600 IN SOA zesys03.bluehaven.local. hostmaster.bluehaven.local. 3 900 600 86400 3600
;; ADDITIONAL SECTION:
bh-dc-02.bluehaven.local. 3600 IN A 192.168.1.20
zesys03.bluehaven.local. 3600 IN A 192.168.1.19
;; Query time: 5 msec
;; SERVER: 192.168.1.19#53(192.168.1.19)
;; WHEN: Mon Jul 30 23:22:18 2007
;; MSG SIZE rcvd: 166 |