[root@mail ~]# cat /etc/hosts HTML 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.20.16 FTS-Zmail.fasttax.local FTS-Zmail
[root@mail ~] HTML Code:
# cat /etc/resolv.conf
search FASTTAX
nameserver 192.168.20.10
nameserver 192.168.20.16
nameserver 68.11.16.30
[root@mail ~]# dig _fasttaxmail_ mx
HTML Code:
; <<>> DiG 9.3.4-P1 <<>> _fasttaxmail_ mx
;; global options: printcmd[root@mail ~]# dig _fasttaxmail_ mx
; <<>> DiG 9.3.4-P1 <<>> _fasttaxmail_ mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 47808
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;_fasttaxmail_. IN MX
;; Query time: 5 msec
;; SERVER: 192.168.20.10#53(192.168.20.10)
;; WHEN: Fri Jun 20 19:28:41 2008
;; MSG SIZE rcvd: 31
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 47808
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;_fasttaxmail_. IN MX
;; Query time: 5 msec
;; SERVER: 192.168.20.10#53(192.168.20.10)
;; WHEN: Fri Jun 20 19:28:41 2008
;; MSG SIZE rcvd: 31
[root@mail ~]# dig _FTS-Zmail.fasttax.local_ HTML Code:
; <<>> DiG 9.3.4-P1 <<>> _FTS-Zmail.fasttax.local_
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 37613
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;_FTS-Zmail.fasttax.local_. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2008070100 1800 900 604800 86400
;; Query time: 57 msec
;; SERVER: 192.168.20.10#53(192.168.20.10)
;; WHEN: Fri Jun 20 19:33:06 2008
;; MSG SIZE rcvd: 118
[root@mail ~]# host `hostname` HTML Code:
mail.fasttaxmail.com has address 206.41.47.67
Named.conf
HTML Code:
###########################################################################
# $Id: named.conf,v 1.10 2005/02/24 17:05:20 kirk Exp $
###########################################################################
# You can put comments anywhere you want to. They are effective for the
# rest of the line.
# this is in the format of <name> = <value>. Whitespace at the beginning
# and end of the lines is removed. Whitespace before and after the = sign
# is removed. Everything is case *insensitive*.
# Yes = True = On = 1
# No = False = Off = 0
Title = "Named"
# Which logfile group...
LogFile = messages
# Whether or not to lookup the IPs into hostnames...
# Setting this to Yes will significantly increase runtime
$named_ip_lookup = No
# Only give lines pertaining to the named service...
*OnlyService = named
*RemoveHeaders
########################################################
# This was written and is maintained by:
# Kirk Bauer <kirk@kaybee.org>
#
# Please send all comments, suggestions, bug reports,
# etc, to kirk@kaybee.org.
########################################################
# vi: shiftwidth=3 tabstop=3 et