update Firewall is off and this is the host file:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
This server is set up in a lab before deploying to the client. The lab is setup with the routers, pix firewalls and a dns server. this is the results from dig:
mailsrv:/Users/admin root# dig galenetwork.com any
; <<>> DiG 9.3.2 <<>> galenetwork.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13527
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;galenetwork.com. IN ANY
;; ANSWER SECTION:
galenetwork.com. 86400 IN MX 0 mailsrv.galenetwork.com.
galenetwork.com. 86400 IN SOA nameserver.galenetwork.com. admin.example.com. 2007030102 10800 3600 604800 3600
galenetwork.com. 86400 IN NS nameserver.galenetwork.com.
galenetwork.com. 86400 IN A 192.168.62.99
;; ADDITIONAL SECTION:
mailsrv.galenetwork.com. 86400 IN A 192.168.62.95
nameserver.galenetwork.com. 86400 IN A 192.168.62.99
;; Query time: 2 msec
;; SERVER: 192.168.62.99#53(192.168.62.99)
;; WHEN: Sat Mar 3 15:44:51 2007
;; MSG SIZE rcvd: 180 |