Re: DNS CONFIG CHALLENGE
- From: "Greg Lindsay [MSFT]" <greglin@xxxxxxxxxxxxx>
- Date: Wed, 24 Jan 2007 19:22:37 -0800
Herb,
I thought that @ referred to the value of $ORIGIN, and this doesn't change
unless you specify a new one.
--
Greg Lindsay [MSFT]
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
"Herb Martin" <news@xxxxxxxxxxxxxx> wrote in message
news:%23yPJW0CQHHA.4824@xxxxxxxxxxxxxxxxxxxxxxx
"jho" <jhogan0101@xxxxxxxxx> wrote in message
news:1169692707.526621.327020@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Q: 1 domain name abc.com. 1.1.1.1 hosts web site. 2.2.2.2 hosts
email.
what should my dns config look like?
Current records that don't work cause i'm ignent.
A record:
host=@ points to = 1.1.1.1
@ is NOT a fixed name in a Zone file but resolves to the PREVIOUS
record name -- at the beginning this is the ZONE NAME itself but changes
as the zone file progresses.
You need A records for each of the "main" names of each of those
hosts (1 and 2) and you need either A records of CNAME records
for any additional names (or alias) that those hosts need to support.
You need an MX record for each email server, pointing name to
existing A record (which may or may not be in your zone.)
In the REVERSE zone (at the ISP usually) you need the reverse
PTR records for each email server -- and the names used (by the
ISP) for these servers' PTR records is the name the SMTP server
must report for HELO (in your SMTP config.)
Use the GUI and don't work so hard if you are new to DNS.
--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)
CNAME records:
www=@
email=mail.abc.com
mail=mail.abc.com
smtp=mail.abc.com
ftp=@
e=mail.abc.com
webmail=mail.abc.com
MX records:
priority=0 host=@ goes to=2.2.2.2
priority=10 host=mail.abc.com goes to=2.2.2.2
thanks, jho
.
- Follow-Ups:
- Re: DNS CONFIG CHALLENGE
- From: Herb Martin
- Re: DNS CONFIG CHALLENGE
- References:
- DNS CONFIG CHALLENGE
- From: jho
- Re: DNS CONFIG CHALLENGE
- From: Herb Martin
- DNS CONFIG CHALLENGE
- Prev by Date: Re: DNS CONFIG CHALLENGE
- Next by Date: Re: DNS CONFIG CHALLENGE
- Previous by thread: Re: DNS CONFIG CHALLENGE
- Next by thread: Re: DNS CONFIG CHALLENGE
- Index(es):
Relevant Pages
|