Microsoft Defender for Office 365
Email and collaboration

Email Authentication Arc Configure

In brief

Updated Microsoft Defender documentation in defender-office-365/email-authentication-arc-configure.md.

What Defender admins need to know

Review the underlying documentation change to determine whether it affects tenant configuration or rollout plans.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

|Mimecast|mimecast.com|arc-2018|Used by all Mimecast Email Security gateway deployments.| |Barracuda|barracudanetworks.com|arc1|Used by Barracuda Email Gateway Defense and Email Security Gateway.| |Sophos|sophos.com|arc|Used by Sophos Central Email Security.| |IIJ|securemx.jp|arc20250414|Used by IIJ Secure MX Service. Selector values may change over time due to key rotation.|

Set-ArcConfig -Identity Default -ArcTrustedSealers "sophos.com"


<a name="iij"></a>
### Configure trusted ARC sealers for IIJ

IIJ Secure MX Service adds ARC headers using `d=securemx.jp`.

1. **Verify the ARC sealer domain from a message header**: Locate the `d=` value in the `ARC-Seal` header to confirm the IIJ sealing domain. Look for the following pattern in message headers:

```text
ARC-Seal: i=1;a=rsa-sha256;d=securemx.jp;s=arc20250414;t=1785207616;cv=none;
b=<signature>
  1. Add the trusted ARC sealer in Microsoft 365: Connect to Exchange Online PowerShell and run the following command:

    Set-ArcConfig -Identity Default -ArcTrustedSealers "securemx.jp"
    

Configure trusted ARC sealers for multiple vendors

Only add vendors that you actively use and trust. Adding unnecessary ARC sealers increases your attack surface because a compromised vendor could pass spoofed messages through your authentication checks.

Set-ArcConfig -Identity Default -ArcTrustedSealers "pphosted.com","mimecast.com","barracudanetworks.com","sophos.com","securemx.jp"

Find your vendor's ARC sealer domain

|Mimecast|Enable via Administration > Gateway > Policies > Definitions > ARC Signing.| |Barracuda|ARC is enabled by default in Email Gateway Defense. Verify in Inbound Settings > Anti-Phishing.| |Sophos|Enable in Sophos Central > Email Security > Settings > ARC.| |IIJ|ARC is enabled by default. No configuration is required.|