DNS, MX records and related info
If Webville will be hosting your domain and providing the
name servers (DNS), you will need
to give Network Solutions (or a competing domain name registrar) the
following information:
| Name Servers (DNS servers) |
| S5.WEBVILLE.NET |
65.115.231.155 |
| S1.WEBVILLE.NET |
65.115.231.144 |
Technical Contact (Network Solutions):
BC2236
Configuring us as a technical contact gives us permission to change the
name servers when necessary.

If your domain is hosted elsewhere, and Webville will be hosting
only the
email, you will need to give the DNS administrator (probably your web hosting provider) the
following information:
| MX Records |
| Preference |
Server |
| 10 |
MX1.WEBVILLE.NET |
| 20 |
MX2.WEBVILLE.NET |
Please include
both MX records in your DNS configuration and use the preference
numbers shown. See below for an explanation of MX preference settings.

Autodiscover
Outlook 2007 and Exchange ActiveSync have
the ability to automatically configure themselves under Exchange 2007.
If we host the DNS (name servers) for your domain name we will take care
of this for you and create the appropriate AutoDiscover Alias (CNAME) record in
the DNS zone for your domain. If the DNS is hosted elsewhere, and we
host your email, you need to create the AutoDiscover Alias record as
follows.
|
Autodiscover |
| Alias (CNAME) |
Target Host |
|
autodiscover.yourdomain.com |
shelley5.webville.net |
The AutoDiscover Alias record needs to be
created in the domain of your primary email address. For example, if
your email address is gwbush@whitehouse.gov you need to create an Alias
(CNAME)
record which points autodiscover.whitehouse.gov to
shelley5.webville.net
Note: AutoDiscover requires
Exchange 2007 (or later) server and Outlook 2007 for automatic profile
configuration.
Note: Outlook will generate errors if the AutoDiscover
record is not configured correctly.
If an AutoDiscover record is not found:
Outlook 2007 with cache mode enabled will generate the following error
message:
"Microsoft Exchange offline address book
Not downloading Offline address book files. A server (URL) could not be
located." 0X8004010F
Outlook 2007 without cache mode enabled will generate the following error
message:
"Task reported error (0x8004010F): The operation failed. An object cannot be
found."

Sender ID
If we host the DNS for your domain, we'll take care of
this for you and create appropriate Sender ID (SPF) records for your
domain. If the DNS is hosted elsewhere, and we host your email, the Sender ID
(SPF) record for your
domain name needs to contain authorization for our servers to send
outbound email for your domain. There are
several ways to do that. Here is a short, simple SPF record you could
use if our servers will be sending the outbound email for your domain:
v=spf1 mx ip4:65.115.231.128/27 -all
See the following resources for more about configuring
Sender ID and SPF records:
Overview of Sender ID
Sender ID Framework SPF record wizard (anti-spamtools.org)

Splitting up the email and web hosting for a domain
Yes, you can have your web site hosted with one provider and your email
with another provider. A lot of our customers do that. They're happy with
their ISP, and the ISP hosts the web site. But the ISP does not offer
Exchange Hosting, so the ISP simply changes the DNS MX records and SPF
records for the
domain, and the incoming email for the domain comes here to our Exchange
servers.

Domain sharing - hosting some of the users @
yourdomain.com
Yes, you can migrate users to our service gradually.
This is accomplished by forwarding their incoming mail from your old
server to their @webville.net address.
We can make the reply addresses on your mailboxes @yourdomain.com
to keep up the desired appearance, while the mailboxes also have
secondary addresses @webville.net to receive the forwarded mail.
Contact us for more details and to discuss individual
situations.

How DNS works
The Domain Name System (DNS) is a fascinating subject to systems
people. But
let's say you're not a network engineer, you're just a guy with a web site
and email for his domain name, and you're interested in using Exchange
Hosting Service. What do you really need to know?
Basically, all domain names are registered with the central Internet
authority that operates the so-called root servers. Your domain name is
registered with them. They have a record for your domain that provides the
addresses of two or more DNS servers which are responsible for your
domain.
Those DNS servers have several records relative to your domain.
They have "host" records which give IP addresses for named computers
within the domain. For example, a couple of host records might look like
this:
www.company.com.
IN A 127.127.127.127
mail1.company.com. IN A
127.127.127.128
mail1.company.com. IN A
127.127.127.129
mail2.company.com. IN A
127.127.127.130
Basically, the www record tells web browsers where to go to find your
web site. But the mail is a little more complicated. It depends on the MX
record or records. They might look like this:
company.com.
MX 10 mail1.company.com.
company.com. MX 20 mail2.company.com.
Those records tell email servers on the internet where to go when
they want to send mail to someone at your domain.

MX Preference Settings Explained
The difference between the two MX records above, the 10
versus the 20, is a way to set priority between multiple mail servers for a
domain. The lower number is the higher priority. Servers with the higher
priority numbers will be contacted only if servers with lower priority
numbers are unavailable. This allows us to build in redundancy and let mail
flow automatically through backup systems if -- and only if -- primary systems
are unreachable.
So understanding all of that, you see how we can host the email for
your domain while the web site stays put right where it is.
Of course, we can also host the web site and the DNS for the domain, if
you like. We have nothing against web hosting! This business started out
doing web hosting in 1997 - hence the name Webville.net. We've just found
that a number of our customers are happy with their current web hosting
provider and curious about whether they can use Exchange Hosting Service
for their email without disrupting the web hosting. The answer is yes, you
can.

NSLOOKUP
To test the DNS for your domain name, use the "NSLOOKUP" tool,
available from the command prompt of Windows 2000 or XP machine running
TCP/IP. Type the following at a C:\ prompt:
nslookup
set type=mx
yourdomainname.com
Type exit to leave nslookup and return to the command prompt. Type a
"?" at the nslookup prompt to find out more about what the nslookup tool
can do.
See
Q203204 "How to Obtain Internet Mail Exchanger Records with the
Nslookup.exe Utility."
Comments? Questions? We value your feedback.