Skip to content

Commit c20a5cd

Browse files
[Email Security] Add comparison table (#25588)
* [Email Security] Add comparison table * small change * Apply suggestion from @deadlypants1973 Co-authored-by: Kate Tungusova <[email protected]> * Apply suggestion from @deadlypants1973 Co-authored-by: Kate Tungusova <[email protected]> * Apply suggestion from @deadlypants1973 Co-authored-by: Kate Tungusova <[email protected]> * Apply suggestion from @deadlypants1973 Co-authored-by: Kate Tungusova <[email protected]> * Apply suggestion from @deadlypants1973 Co-authored-by: Kate Tungusova <[email protected]> * Specify inline deployment * Add suggestion --------- Co-authored-by: Kate Tungusova <[email protected]>
1 parent 1f82d19 commit c20a5cd

File tree

1 file changed

+13
-0
lines changed
  • src/content/docs/cloudflare-one/email-security/setup

1 file changed

+13
-0
lines changed

src/content/docs/cloudflare-one/email-security/setup/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ Before you start the onboarding process, you will have to:
1616
2. Learn about dispositions, impersonation registry, and reclassifications.
1717
3. Know the steps to configure your email environment correctly.
1818

19+
The following table compares features available across API, BCC/Journaling and MX/Inline:
20+
21+
| Feature | API | BCC | Journaling | MX/Inline |
22+
|-------------------------- |----------------------------------------------------- |----------------------------------------------------- |----------------------------------------------------------------- |-------------------------------------------------------------- |
23+
| Deployment Type | Post-delivery | Post-delivery | Post-delivery | Pre-delivery (Inline) |
24+
| Supported Email Provider | Microsoft 365 | Gmail, Microsoft 365 | Microsoft 365 | All email providers |
25+
| Inspection Timing | Scans messages already in the mailbox | Scans a copy of the message upon delivery | Scans a copy of the message upon delivery | Scans the message before delivery |
26+
| Mechanism | Uses MS Graph API to integrate with Microsoft 365. | Uses a BCC rule to send a copy to Cloudflare | Uses a Journal Rule in the Microsoft Purview portal | Changes MX records to point email traffic to Cloudflare |
27+
| Message Remediation | Auto-moves through Read/Write API permissions | Auto-moves through Google or Microsoft integration | Auto-moves through Microsoft integration | Messages can be blocked, quarantined, or modified inline |
28+
| Message Modification | Primarily deletion/move post-delivery | Primarily deletion/move post-delivery | Primarily deletion/move post-delivery. | Move post-delivery. Supports link actions and text add-ons.[^1] |
29+
30+
[^1] With [inline deployment](/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment/), Cloudflare recommends setting up the integrations to allow post-delivery response and phish submission response to work. Refer to step 7 in [Auto-moves](/cloudflare-one/email-security/auto-moves/) to learn more.
31+
1932
## 1. Choose a deployment
2033

2134
### Post-delivery deployment

0 commit comments

Comments
 (0)