Re: DNS CONFIG CHALLENGE



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





.



Relevant Pages

  • Re: .local or .com
    ... No, you can easily host mail for your users, one of two ways. ... Exchange, and I highly recommend using an SMTP connector in Exchange to ... You can do this without changing a thing in your Public zone as far as MX ... The other way is to make Exchange your public SMTP server with the Public MX ...
    (microsoft.public.windows.server.dns)
  • Re: .local or .com
    ... No, you can easily host mail for your users, one of two ways. ... Exchange, and I highly recommend using an SMTP connector in Exchange to ... You can do this without changing a thing in your Public zone as far as MX ... The other way is to make Exchange your public SMTP server with the Public ...
    (microsoft.public.windows.server.dns)
  • Re: Adding one host
    ... (MX records are requested automatically for one SMTP server ... that doesn't play for client programs like Outlook, Pegasus, etc.) ... single zone record. ... You can add "ONE host os a domain/zone" by giving that single ...
    (microsoft.public.win2000.dns)
  • Re: DNS CONFIG CHALLENGE
    ... what should my dns config look like? ... @ is NOT a fixed name in a Zone file but resolves to the PREVIOUS ... PTR records for each email server -- and the names used (by the ...
    (microsoft.public.windows.server.dns)
  • Re: DNS settings
    ... because each CNAME points to an A. ... The email server will also be hosted elsewhere (say, ... Perfectly fine, but wherever the SMTP server is, ... The MX records for YOUR zone must match this ...
    (microsoft.public.windows.server.dns)