Skip to content

Commit 45387c3

Browse files
[Email Security] Add missing step (#22597)
* [Email Security] Add missing step * Adding headings * Add H2 google integration
1 parent 0f4dd7a commit 45387c3

File tree

5 files changed

+40
-13
lines changed

5 files changed

+40
-13
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ This guide will instruct you through setting up Microsoft Office 365 with Email
1111

1212
## Prerequisites
1313

14-
* A [Cloudflare account](https://dash.cloudflare.com/sign-up).
15-
* A domain to protect.
14+
To use Email Security, you will need to have:
1615

17-
## Enable Email Security via the dashboard
16+
<Render file="email-security/onboarding-prerequisites" />
1817

19-
To enable Email Security:
18+
## Enable Email Security via the dashboard
2019

2120
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
2221
2. Select **Email Security**.
@@ -30,7 +29,6 @@ To enable Email Security:
3029
- Select **Connect a domain**.
3130
- Choose **MS Graph API**. Refer to [Connect your domains](/cloudflare-one/email-security/setup/post-delivery-deployment/api/office365-api/#connect-your-domains) to connect your domain(s).
3231

33-
3432
### Enable Microsoft integration
3533

3634
To enable Microsoft integration:

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

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

8-
To enable Gmail BCC integration:
8+
import { Render } from "~/components"
9+
10+
## Prerequisites
11+
12+
To use Email Security, you will need to have:
13+
14+
<Render file="email-security/onboarding-prerequisites" />
15+
16+
## Enable Gmail BCC integration:
917

1018
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
1119
2. Select **Email Security**.
@@ -22,7 +30,6 @@ To enable Gmail BCC integration:
2230
- Refer to [Connect your domains](/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/connect-domains/) to connect your domain(s).
2331

2432

25-
2633
### 1. Create a Service Account in your GCP Project
2734

2835
1. Once you have named your integration, select **Next**.

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ sidebar:
44
order: 3
55
---
66

7-
import { GlossaryTooltip } from "~/components"
7+
import { GlossaryTooltip, Render } from "~/components"
88

9-
To manually add domains:
9+
## Prerequisites
10+
11+
To use Email Security, you will need to have:
12+
13+
<Render file="email-security/onboarding-prerequisites" />
14+
15+
## Manually add domains
1016

1117
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
1218
2. Select **Zero Trust**.

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment-setup.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ sidebar:
55
order: 3
66
---
77

8-
To set up MX/Inline:
8+
import { Render } from "~/components"
9+
10+
## Prerequisites
11+
12+
To use Email Security, you will need to have:
13+
14+
<Render file="email-security/onboarding-prerequisites" />
15+
16+
## Initiate MX/Inline configuration
917

1018
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
1119
2. Select **Email Security**.
@@ -45,8 +53,8 @@ If you have verified zones on Cloudflare, continue with the following steps:
4553

4654
If you do not have domains with Cloudflare, the dashboard will display two options:
4755

48-
- Add a domain to Cloudflare.
49-
- Enter domain manually.
56+
- [Add a domain to Cloudflare](/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment-setup/#add-a-domain-to-cloudflare).
57+
- [Enter domain manually](/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment-setup/#enter-domain-manually).
5058

5159
### Add a domain to Cloudflare
5260

@@ -61,4 +69,4 @@ Then, follow the steps to [Set up MX/Inline](/cloudflare-one/email-security/setu
6169
3. **Verify your domains**: It may take up to 24 hours for your domains to be verified. Select **Done**.
6270
4. Once your domains have been verified, the dashboard will display a message like this: **You have verified domains ready to connect to Email Security**. This means that you can now set up Email Security via MX/Inline.
6371
5. Select **Set up**, then select **MX/Inline**.
64-
6. Follow the steps to [Set up MX/Inline](/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment-setup/).
72+
6. Follow the steps to [Initiate MX/Inline configuration](/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment-setup/#initiate-mxinline-configuration).
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
{}
3+
4+
---
5+
6+
- A [Cloudflare account](https://dash.cloudflare.com/sign-up)
7+
- A [Zero Trust organization](/cloudflare-one/setup/#create-a-zero-trust-organization)
8+
- A domain to protect

0 commit comments

Comments
 (0)