Differing Internal vs External MX records

authoritativedomain-name-systemmx-record

The setup:

The business runs an internal DNS server not accessible to the public internet. The business's domain is registered with a registrar and the authoritative name servers outside the local network. The local DNS server does not have MX entries. The authoritative name server do. When an email is sent from one host on the local network running an email server to another the MX records being resolved are that of an external IP. In this case an email filtering service. The path of the email then exits the local network where both hosts are and travels to the email filtering service. Its inspected as one would expect then routed back to the local network to be received by the intended host.

The question:

Is it inappropriate or problematic to add MX records to the local DNS server that differ from the MX records of the authoritative name server's records? If making that change is a viable option does it in fact keep the email contained in the local network if the local DNS server has MX records that point to a host on the local subnet?

Best Answer

Q: Is it inappropriate or problematic to add MX records to the local DNS server that differ from the MX records of the authoritative name server's records?

A: No.

Q: If making that change is a viable option does it in fact keep the email contained in the local network if the local DNS server has MX records that point to a host on the local subnet?

A: Yes.

Related Topic