You are tasked with configuring outbound mail for an organization where an external domain has multiple MX records. Only one specific host is accepting mail. What is the best way to specify this specific hostname for outbound mail?
A.
Set the outbound mail route to point directly to the specific hostname within the Admin GUI.
B.
Configure the mail system to perform a DNS lookup and select one of the MX records.
C.
Set up an internal DNS record that points to the specific hostname for the external domain.
D.
Use a wildcard in the outbound mail configuration to send to any MX record in the Admin GUI.
The correct answer is C because when an external domain publishes multiple MX records but only one specific host should actually be used for mail delivery, the clean administrative approach is to control that resolution internally through DNS. Proofpoint mail routing depends on the target destination the system resolves for delivery, and DNS is the normal mechanism used to determine which host should receive mail for a domain. Proofpoint’s own MX reference explains that MX records direct email to the appropriate mail server and that priority ordering controls fallback behavior.
If you simply let the mail system perform a normal DNS lookup against the public MX set, it may select among the published records according to priority and availability, which does not meet the requirement of forcing delivery to only one specific host. Likewise, using a wildcard does not create deterministic routing to the exact intended server. While directly entering a destination host in a route can sometimes be used in other routing contexts, the scenario here specifically involves controlling delivery for a domain whose public MX set does not reflect the desired operational target. Using an internal DNS override or internal DNS record lets the Proofpoint system resolve that domain to the exact host you need while preserving consistent routing behavior.
This aligns with the course emphasis on Mail Flow and routing control: when public DNS does not match the required delivery target, the administrator should use internal DNS to steer resolution properly. Therefore, C is the best answer.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit