Skip to content

Commit 9e2f424

Browse files
[Email Security] Add prereqs to MX deployment (#21880)
1 parent 7ca2b19 commit 9e2f424

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Render } from "~/components"
1111

1212
In this tutorial, you will learn how to configure Cisco IronPort with Email Security as MX record.
1313

14-
<Render file="deployment/mx-deployment-prerequisites" product="email-security"/>
14+
<Render file="email-security/deployment/mx-deployment-prerequisites"/>
1515

1616
## 1. Add a Sender Group for Email Security Email Protection IPs
1717

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ sidebar:
55
order: 4
66
---
77

8+
import { Render } from "~/components"
9+
810
![A schematic showing where Email Security is in the life cycle of an email received](src/assets/email-security/Email_Security_Gmail_MX_Inline.png)
911

1012
In this tutorial, you will learn how to configure Google Workspace with Email Security as MX record.
1113

14+
<Render file="email-security/deployment/mx-deployment-prerequisites"/>
15+
1216
## Requirements
1317

1418
- Provisioned Email Security account.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import { Render, Markdown, GlossaryTooltip } from "~/components"
99

1010
![A schematic showing where Email Security is in the life cycle of an email received](src/assets/email-security/Email_Security_O365_MXInline.png)
1111

12-
In this tutorial, you will learn how to configure Microsoft Office 365 with Email Security as its MX record.
12+
In this tutorial, you will learn how to configure Microsoft Office 365 with Email Security as its MX record.
13+
14+
<Render file="email-security/deployment/mx-deployment-prerequisites"/>
1315

1416
## 1. Add Email Security IP addresses to Allow List
1517

src/content/partials/cloudflare-one/email-security/deployment/mx-deployment-prerequisites.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
To ensure changes made in this tutorial take effect quickly, update the Time to Live (TTL) value of the existing MX records on your domains to five minutes. Do this on all the domains you will be deploying.
88

9-
Changing the TTL value instructs DNS servers on how long to cache this value before requesting an update from the responsible nameserver. You need to change the TTL value before changing your MX records to Cloudflare Email Security (formerly Area 1). This will ensure that changes take effect quickly and can also be reverted quickly if needed. If your DNS manager does not allow for a TTL of five minutes, set it to the lowest possible setting.
9+
Changing the TTL value instructs DNS servers on how long to cache this value before requesting an update from the responsible nameserver. You need to change the TTL value before changing your MX records to Email Security. This will ensure that changes take effect quickly and can also be reverted quickly if needed. If your DNS manager does not allow for a TTL of five minutes, set it to the lowest possible setting.
1010

1111
To check your existing TTL, open a terminal window and run the following command against your domain:
1212

@@ -42,4 +42,4 @@ Below is a list with instructions on how to edit MX records for some popular ser
4242
- **Cloudflare**: [Set up email records](/dns/manage-dns-records/how-to/email-records/)
4343
- **GoDaddy**: [Edit an MX Record](https://www.godaddy.com/help/edit-an-mx-record-19235)
4444
- **AWS**: [Creating records by using the Amazon Route 53 console](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-creating.html)
45-
- **Azure**: [Create DNS records in a custom domain for a web app](https://learn.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain)
45+
- **Azure**: [Create DNS records in a custom domain for a web app](https://learn.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain)

0 commit comments

Comments
 (0)