Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Integrating with 3rd Party Gateway/MX-Based Email Security Solutions
When using MetaDefender Cloud Email Security™ (MDCES) alongside another SMTP gateway-based email security solution, it is important to configure the mail flow carefully. Improper routing can cause email loops or delivery issues, particularly when messages inspected by MDCES are returned to the first-line (MX) security gateway.
This article explains how to integrate MDCES with third-party email gateway security services and prevent mail loops by configuring MDCES to return processed messages directly to Microsoft 365.
Problem
Email loops may occur when MDCES processes messages that have already passed through another email security gateway and then routes those messages back to the same gateway.
For example:
Internet → Third-Party Email Gateway → MDCES → Third-Party Email Gateway → MDCES → ...
This can result in:
Duplicate email scanning
Increased latency or delivery delays
Potential delivery failures or message rejection
Infinite mail loops in extreme cases
To prevent this, messages processed by MDCES should be routed to the final Microsoft 365 SMTP endpoint rather than back to the third-party gateway.
Solution
Step 1: Collect Microsoft 365 SMTP endpoints
Before modifying MDCES routing, identify the Microsoft 365 SMTP/MX endpoint for each domain that MDCES needs to deliver mail to.
To find the endpoint in the Microsoft 365 admin center:
Sign in to the Microsoft 365 admin center.
Select Show all > Settings > Domains.
Select the domain you want to configure.
Select DNS records.
Locate the MX record used by Exchange / Exchange Online Protection.
Copy the value displayed in the Points to address, Target, or equivalent field.
The endpoint can look similar to:
contoso-com.mail.protection.outlook.com
or, for domains using Microsoft's newer Exchange Online DNS infrastructure:
contoso-com.<subdomain>.mx.microsoft
Always use the exact MX target displayed by Microsoft 365 for the domain rather than constructing the hostname manually.
If multiple accepted domains are configured in Microsoft 365, repeat these steps for each domain that requires a separate routing destination.
Step 2: Update Mail Routing in MetaDefender Cloud Email Security
Update the relevant MDCES integration routing:
Sign in to MetaDefender Cloud Email Security.
Navigate to Settings > Integrations.
Select the relevant integration.
Select Edit Routing.
For each protected domain, change the destination to the corresponding Microsoft 365 SMTP/MX endpoint collected in Step 1.
Verify that the destination does not point back to the third-party SMTP security gateway.
Save your changes.
The expected mail flow should now be:
Internet → Third-Party Email Gateway → MDCES → Microsoft 365
Important Considerations
Always copy the Microsoft-provided MX target for the specific domain.
If multiple Microsoft 365 domains are protected by the same MDCES integration, verify the routing configuration for each domain.