cat /etc/hosts
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
207.178.132.60 mx2.belowzerotech.com mx2
cat /etc/resolv.conf
Code:
search com
/*
#nameserver 207.178.128.20
#nameserver 207.178.128.21
*/
the server is its own DNS server at the moment.
dig belowzerotech.com mx
Code:
; <<>> DiG 9.3.3rc2 <<>> belowzerotech.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44753
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4
;; QUESTION SECTION:
;belowzerotech.com. IN MX
;; ANSWER SECTION:
belowzerotech.com. 265 IN MX 20 mx2.belowzerotech.com.
belowzerotech.com. 265 IN MX 10 mx1.belowzerotech.com.
;; AUTHORITY SECTION:
belowzerotech.com. 52 IN NS ns2.iswest.net.
belowzerotech.com. 52 IN NS ns1.iswest.net.
;; ADDITIONAL SECTION:
mx1.belowzerotech.com. 265 IN A 207.178.139.130
mx2.belowzerotech.com. 265 IN A 207.178.132.60
ns1.iswest.net. 9181 IN A 207.178.128.20
ns2.iswest.net. 149950 IN A 207.178.128.21
;; Query time: 10 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Mar 25 12:32:47 2009
;; MSG SIZE rcvd: 185
dig belowzerotech.com any
Code:
; <<>> DiG 9.3.3rc2 <<>> belowzerotech.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25838
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 13, ADDITIONAL: 2
;; QUESTION SECTION:
;belowzerotech.com. IN ANY
;; ANSWER SECTION:
belowzerotech.com. 211 IN MX 10 mx1.belowzerotech.com.
belowzerotech.com. 211 IN MX 20 mx2.belowzerotech.com.
;; AUTHORITY SECTION:
com. 121002 IN NS I.GTLD-SERVERS.NET.
com. 121002 IN NS J.GTLD-SERVERS.NET.
com. 121002 IN NS K.GTLD-SERVERS.NET.
com. 121002 IN NS L.GTLD-SERVERS.NET.
com. 121002 IN NS M.GTLD-SERVERS.NET.
com. 121002 IN NS A.GTLD-SERVERS.NET.
com. 121002 IN NS B.GTLD-SERVERS.NET.
com. 121002 IN NS C.GTLD-SERVERS.NET.
com. 121002 IN NS D.GTLD-SERVERS.NET.
com. 121002 IN NS E.GTLD-SERVERS.NET.
com. 121002 IN NS F.GTLD-SERVERS.NET.
com. 121002 IN NS G.GTLD-SERVERS.NET.
com. 121002 IN NS H.GTLD-SERVERS.NET.
;; ADDITIONAL SECTION:
mx1.belowzerotech.com. 211 IN A 207.178.139.130
mx2.belowzerotech.com. 211 IN A 207.178.132.60
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Mar 25 12:33:41 2009
;; MSG SIZE rcvd: 331
host `hostname`
Code:
belowzerotech.com has address 207.178.132.60
belowzerotech.com mail is handled by 20 mx2.belowzerotech.com.
belowzerotech.com mail is handled by 10 mx1.belowzerotech.com.
yes for now it is on a public IP, I have my new Zimbra server running behind a PIX firewall and it is doing static map. I am trying to get this one working again before I move this behind the firewall. I am really close to blowing the whole OS out and starting over, but there is mail on here I need, plus I would like to figure the issue out =/
Thanks again for any help. I really do appreciate it. -Billy