Skip to content

Commit 097043e

Browse files
[Email Security] Redirect users to logs (#20561)
* [Email Security] Redirect users to logs * add logs to gmail bcc
1 parent dc5c062 commit 097043e

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

src/content/docs/cloudflare-one/email-security/setup/post-delivery-deployment/api/office365-api.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 3
66
---
77

8+
import { Render } from "~/components"
9+
810
This guide will instruct you through setting up Microsoft Office 365 with Email Security via the Cloudflare dashboard.
911

1012
## Prerequisites
@@ -73,4 +75,8 @@ To view the integration for each connected domain:
7375
1. Select a domain.
7476
2. Select the three dots > **View integration**.
7577

76-
Once you have set up Email Security to scan through your inbox, Email Security will display detailed information about your inbox. Refer to [Monitor your inbox](/cloudflare-one/email-security/email-monitoring/) to learn more.
78+
Once you have set up Email Security to scan through your inbox, Email Security will display detailed information about your inbox. Refer to [Monitor your inbox](/cloudflare-one/email-security/email-monitoring/) to learn more.
79+
80+
## Next steps
81+
82+
<Render file="email-security/enable-logs" />

src/content/docs/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/bcc-microsoft-exchange.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,8 @@ If you have multiple rules, you may need to change the order of the BCC rule and
7373

7474
## Email processing and reports
7575

76-
In BCC mode, all emails are put through automated phishing detections by Email Security. Emails that trigger phishing detections are logged for reporting via product portal, email and Slack. Emails that do not trigger any detections are deleted.
76+
In BCC mode, all emails are put through automated phishing detections by Email Security. Emails that trigger phishing detections are logged for reporting via product portal, email and Slack. Emails that do not trigger any detections are deleted.
77+
78+
## Next steps
79+
80+
<Render file="email-security/enable-logs" />

src/content/docs/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/enable-gmail-integration.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@ Enter the email associated with the Google Workspace Administrator account. Your
8484

8585
## Next steps
8686

87-
Now that you have created an integration, you will need to [connect your domains](/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/connect-domains/) for Email Security to start scanning your inbox.
87+
Now that you have created an integration:
88+
89+
- [Connect your domains](/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/connect-domains/) for Email Security to start scanning your inbox.
90+
- [Enable logs](/cloudflare-one/insights/logs/enable-logs/) to send detection data to an endpoint of your choice.

src/content/docs/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/office365-journaling.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
import { GlossaryTooltip } from "~/components"
8+
import { GlossaryTooltip, Render } from "~/components"
99

1010
When you receive an email, the email lands on your Microsoft O365 inbox, and then Email Security receives a copy of that email. The following email flow shows how this works:
1111

@@ -51,4 +51,8 @@ Your domains are now added successfully.
5151
To view your connected domains:
5252

5353
1. Go to **Settings**.
54-
2. Locate your domain, select the three dots > **View domain**. Selecting **View domain** will display information about your domain.
54+
2. Locate your domain, select the three dots > **View domain**. Selecting **View domain** will display information about your domain.
55+
56+
## Next steps
57+
58+
<Render file="email-security/enable-logs" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
{}
3+
4+
---
5+
6+
[Enable logs](/cloudflare-one/insights/logs/enable-logs/) to send detection data to an endpoint of your choice.

0 commit comments

Comments
 (0)