An integrated threat protection solution designed to detect, investigate, and respond to cyber threats across Microsoft 365 services.
Outlook connectivity to Exchange Online is not controlled by the Tenant Allow/Block List in Microsoft Defender for Office 365. The Tenant Allow/Block List only affects email and URL filtering, not whether Outlook can connect to Exchange Online.
For widespread Outlook connection issues, use the documented Exchange Online connectivity troubleshooting steps instead of changing Defender settings:
- Verify network access to Exchange Online
- Ensure port 443 is open from affected machines to Microsoft 365 endpoints. Outlook Autodiscover and Outlook Anywhere both require port 443 to be open to Exchange Online.
- If port 443 is blocked or restricted, Outlook cannot connect.
- Check network proxy and DNS behavior
- Ensure the network proxy or firewall is not redirecting or pinning clients to a single Microsoft 365 IP range or URL. Proxies and LDNS resolvers must not prune DNS results or enforce IP affinity.
- Microsoft 365 uses multiple IPs for high availability. Clients must receive the full DNS result set so Outlook can retry different endpoints.
- Check for security or protection software blocking Exchange Online
- If a third‑party malware or Internet protection suite is in use, verify it is not blocking access to Exchange Online endpoints such as
outlook.office365.com. - If event ID 1014 appears repeatedly in the System log, work with the security vendor to add exclusions for
outlook.office365.com.
- If a third‑party malware or Internet protection suite is in use, verify it is not blocking access to Exchange Online endpoints such as
- Use the Tenant Allow/Block List only for mail/URL overrides
- The Tenant Allow/Block List is designed to override filtering verdicts for:
- Domains and email addresses (applies to the From address and can block sending to those domains/addresses).
- Spoofed senders.
- URLs (time‑of‑click protection).
- It does not control Outlook’s ability to connect to Exchange Online. If a domain or address was added there, it affects mail flow and URL blocking/allowing, not client connectivity.
- The Tenant Allow/Block List is designed to override filtering verdicts for:
- If a mistaken allow/block entry was added
- To adjust or remove a domain/email entry:
- Go to the Microsoft Defender portal → Email & collaboration → Policies & rules → Threat policies → Tenant Allow/Block Lists → Domains & addresses.
- Edit an entry to change its expiration or note, or delete it if it is not needed.
- To adjust or remove a URL entry:
- Go to the same Tenant Allow/Block List page → URLs tab and delete the unwanted entry.
- PowerShell can also be used:
- For domains/email addresses:
Remove-TenantAllowBlockListItems -ListType Sender -Entries "domain.com" - For URLs:
Remove-TenantAllowBlockListItems -ListType Url -Entries "*example.com"
- For domains/email addresses:
- To adjust or remove a domain/email entry:
If Outlook cannot connect on multiple machines and there were no domain or firewall changes, focus on:
- Verifying port 443 and Microsoft 365 URLs/IP ranges are reachable.
- Ensuring DNS and proxy configurations are not pruning or pinning Microsoft 365 IPs.
- Checking any security products for blocks on Exchange Online endpoints.
References:
- Allow or block email using the Tenant Allow/Block List
- Allow or block URLs using the Tenant Allow/Block List
- Manage allows and blocks in the Tenant Allow/Block List
- Outlook can't connect to Exchange Online or a user can't create new Outlook profiles in Microsoft 365
- Event ID 1014 when users try to connect to their Exchange Online mailbox