Sorry about the wait, right here we go.
/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
::1 localhost6.localdomain6 localhost6
192.168.8.10 mail.coqueths.internal mail
/etc/resolv.conf
Code:
search coqueths.internal
nameserver 192.168.8.8
nameserver 192.168.8.1
dig coqueths.internal mx
Code:
; <<>> DiG 9.3.4-P1 <<>> coqueths.internal mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7717
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;coqueths.internal. IN MX
;; AUTHORITY SECTION:
coqueths.internal. 3600 IN SOA chs-sr-dc1.coqueths.internal. hostmaster.coqueths.internal. 3815 900 600 86400 3600
;; Query time: 0 msec
;; SERVER: 192.168.8.8#53(192.168.8.8)
;; WHEN: Thu Jan 29 12:21:57 2009
;; MSG SIZE rcvd: 93
dig coqueths.internal any
Code:
; <<>> DiG 9.3.4-P1 <<>> coqueths.internal any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10203
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;coqueths.internal. IN ANY
;; ANSWER SECTION:
coqueths.internal. 600 IN A 192.168.8.8
coqueths.internal. 3600 IN A 129.168.8.0
coqueths.internal. 600 IN A 192.168.8.1
coqueths.internal. 3600 IN NS chs-sr-dc2.coqueths.internal.
coqueths.internal. 3600 IN NS chs-sr-dc1.coqueths.internal.
coqueths.internal. 3600 IN SOA chs-sr-dc1.coqueths.internal. hostmaster.coqueths.internal. 3815 900 600 86400 3600
;; ADDITIONAL SECTION:
chs-sr-dc2.coqueths.internal. 3600 IN A 192.168.8.1
chs-sr-dc1.coqueths.internal. 3600 IN A 192.168.8.8
;; Query time: 0 msec
;; SERVER: 192.168.8.8#53(192.168.8.8)
;; WHEN: Thu Jan 29 12:22:12 2009
;; MSG SIZE rcvd: 212
dig coqueths.org mx
Code:
; <<>> DiG 9.3.4-P1 <<>> coquetghs.org mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 41427
;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;coquetghs.org. IN MX
;; AUTHORITY SECTION:
org. 0 IN SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2008514066 1800 900 604800 86400
;; Query time: 31 msec
;; SERVER: 192.168.8.8#53(192.168.8.8)
;; WHEN: Thu Jan 29 12:33:20 2009
;; MSG SIZE rcvd: 94
dig coqueths.org any
Code:
; <<>> DiG 9.3.4-P1 <<>> coqueths.org any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59568
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;coqueths.org. IN ANY
;; ANSWER SECTION:
coqueths.org. 3600 IN NS ns2.derwentside.net.
coqueths.org. 3600 IN NS ns1.derwentside.net.
coqueths.org. 3600 IN SOA ns1.derwentside.net. admin.derwentside.net. 200808111 900 600 86400 3600
coqueths.org. 3600 IN MX 10 mail.coqueths.org.
;; ADDITIONAL SECTION:
ns2.derwentside.net. 10821 IN A 217.23.224.14
ns1.derwentside.net. 10821 IN A 217.23.224.13
mail.coqueths.org. 2723 IN A 217.23.230.158
;; Query time: 12 msec
;; SERVER: 192.168.8.8#53(192.168.8.8)
;; WHEN: Thu Jan 29 12:22:36 2009
;; MSG SIZE rcvd: 192
host `hostname`
Code:
mail.coqueths.internal has address 192.168.8.10
mail.coqueths.internal mail is handled by 10 mail.coqueths.internal.