View Single Post
  #13 (permalink)  
Old 07-17-2009, 06:40 AM
bangsters bangsters is offline
Special Member
 
Posts: 150
Default

Quote:
Originally Posted by phoenix View Post
You should still post the information you've been asked for so it can be confirmed as OK.
[root@mailhost log]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
208.68.xxx.xx mailhost.xxxxxxxx.com mailhost

[root@mailhost log]#

[root@mailhost log]# cat /etc/resolv.conf
search xxxxxxx.com
nameserver 69.9.xxx.xxx
nameserver 208.78.xxx.xxx
nameserver 69.9.xxx.xxx
nameserver 69.9.xxx.xxx
nameserver 208.68.xxx.xxx
nameserver 199.199.xxx.xxx
nameserver 69.9.xxx.xxx

[root@mailhost log]# dig xxxxxxx.com any

; <<>> DiG 9.2.4 <<>> xxxxx.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37130
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 3

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

;; ANSWER SECTION:
xxxxx.com. 86400 IN SOA ns.xxxxx.com. admin.xxxxx.com. 2008022482 10800 3600 604800 86400
xxxxx.com. 86400 IN NS ns.xxxxx.com.
xxxxx.com. 86400 IN NS ns2.toqen.com.
xxxxx.com. 86400 IN A 69.9.xxx.xxx
xxxxx.com. 86400 IN MX 10 mailhost.xxxxx.com.

;; ADDITIONAL SECTION:
ns.xxxxx.com. 86400 IN A 69.9.xxx.xxx
ns2.xxxxx.com. 86400 IN A 69.9.xxx.xxx
mailhost.xxxxx.com. 86400 IN A 208.68.xxx.xxx

;; Query time: 1 msec
;; SERVER: 69.9.42.210#53(69.9.42.210)
;; WHEN: Fri Jul 17 08:41:16 2009
;; MSG SIZE rcvd: 193

i have to replace the ips since this is a public forum and might not be a good idea.

Last edited by bangsters; 07-17-2009 at 06:56 AM..
Reply With Quote