Proper Email Server Configuration - Properly Configure Your Public DNS

When one first tackles the project of gettingreverse or PTR record, simply enter
Internet mail delivered to their mail system, youptr:IPAddress in the command box, where
are very quickly pointed to the need for gettingIPAddress is your server's public IP address. If the
an MX record published within your domain's publicresults of these queries are consistent, you are all
DNS zone. It is this record that tells all of theset. If not, don't fret; the fix is not difficult.
other mail servers on the planet where to routeGetting the forward (A record) entry published in
email destined for your domain.DNS is no different than publishing any other
What most do not tell you is the importance ofaddress. You simply work with your DNS hosting
getting both the forward (A record) and reverseprovider to publish the name you have setup for
(PTR record) DNS entries right for the serveryour send connector just like you did when you
that is the send connector. In some cases this isadded your MX record or published the WWW
the same server as the receive connector, but itaddress for your domain by providing them with
does not need to be. It is very important thatthe full name and apparent IP address. It is the
any server that is configured as an Internet Sendreverse entry or PTR record that is a bit tricky.
Connector have both a forward (A record) andThis is because you cannot directly publish your
reverse (PTR record) published in DNS, and thatown PTR record as you are most likely not the
these records exactly match what you haveowner of the IP block your organization is using;
entered in the FQDN field on the general tab ofyour ISP is. You simply need to work with your
your Send Connector. If this one server is hostingISP to publish the reverse entry. This is a
both the send and receive connectors, the MXcommon request and many of the larger ISPs
record should also point to this same name. Ifhave even added this functionality to their
your organization accepts mail for more than onecustomer self-help portals. This approach only
domain, simply point the MX record in eachworks though if you have a static IP address
domain to the same FQDN. There is norange from your ISP.
requirement that an MX record point to a server If your Internet service is being issued a
in the same DNS domain as the MX record.dynamic address, this above approach will not
You may be thinking, "Why is it so important thatwork. Assuming that you need to make sure
all of these names match?"...  The underlyingyour mail is delivered; you will then have a choice
reason is that mismatched entries and a lack of ato make. You can either change your ISP service
reverse DNS entry are used by most Anti-Spamto one with a Static IP range and follow the
services as a signal that mail messages from thisinstructions above, or use a "Smarthost". A
host should be treated as Spam. SomeSmarthost is simply another server or servers on
organizations, such as AOL and Comcast, go asthe Internet that "Trusts you". This is usually a
far as to outright block mail from hosts that dopaid service where they provide you with a
not have a matching reverse DNS entry. If yourusername/password combination to authenticate
organization's email is to get delivered, you needyour mail server regardless of the IP address it is
to do everything you can to lower the suspicionsusing at the time. It is these servers that then
of the Anti-Spam services.deliver your mail messages to their ultimate
You can check your organization's DNS entriesdestination. Your ISP will often provide this
quickly and easily using the tools at To look forservice, so start with them 1st. It is important
the forward or A record of your server, simplythat you make sure that they do not provide this
enter a:Servername in the command box, whereservice for their customers as many ISPs actively
Servername is the fully qualified domain name ofblock SMTP (email) traffic from their entire
your server as entered in the FQDN of yourdynamic IP service range to keep themselves on
Send Connector within Exchange. To look for thegood standing.