"Max" <> wrote in message
news:...
> Many of our Linux servers send reports notifications and alerts to users
> in the xxxxxx@net domain precisely because it is private, and not a public
> DNS, so the MX record on our internal DNS is there for their benefit - the
> linux servers are not in the domain. We wanted all the mail to remain
> within our LAN, rather than being routed out to a public SMTP server by a
> public MX, only to come right back to our mail server.
Ok, well that makes sense. Although the mail still remains in the LAN. The
path the message takes has nothing to do with the path the DNS Query against
the MX records goes. The DNS resolutiuon is already finished before the
mail even leaves,..and when it leaves it goes straight to the IP# that was
"discovered" by the resolution. The DNS resolution could go clear around
the planet but if the message destination is in the same physical room then
he message never leaves the room.
Another thing to consider is that the Apps on the Linux boxes may not even
have to use MX Records,...they would only do that if they have their own
private mail server built into the Application,...which is usually not the
case. The most common thing is that the Apps simply have an IP# in their
configuration for a chosen mail server that they use to relay the mail from.
So if you make you own mail server to be the one they use,...then the
message goes directly to the server they are supposed to go to and there is
no DNS resolution happening at all,..and that is the most efficient way to
do it.
> I just want to make sure that an ActiveDirectory integrated DNS holding
> the xxxxxx.net zone which also has a live Exchange server, will
> nonetheless accept an MX record that routes email for that same
> xxxxxxx.net domain to outside the LAN to an external SMTP server.
Now that statement does not make any sense at all. If you are outsourcing
your Exchange then you are not going to have one on your LAN,...or if you do
then thay cannot both operate with the same Mail Domain. Note I said Mail
Domain,...that is distinct from an Active Directory Domain or a Public
Domain,...although all three may often be spelled the same,...they are *not*
the same thing. You could have an Active Directory Domain called
"chickensoup.org",...have a Public Domain called "beefstew.com" and have a
Mail Domain called "@crunchycheese.net",...and it can all be the same
system. In reality it is only the Mail Domain that the Exchange is
concerned with and it is the Mail Domain that the MX record is concerned
with.
--
Phillip Windell
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
|