Skip to content

Commit 5c8d727

Browse files
[Email Security] Update prereq commands (#22549)
* [Email Security] Fix prereq commands * [Email Security] Update terminal output * remove space * Revert "remove space" This reverts commit 817d415. * Fix syntax
1 parent 3d08e76 commit 5c8d727

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
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="email-security/deployment/mx-deployment-prerequisites"/>
14+
<Render file="email-security/deployment/mx-deployment-prereq"/>
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: 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 Google Workspace with Email Security as MX record.
1313

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

1616
## Requirements
1717

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

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

1212
In this tutorial, you will learn how to configure Microsoft Office 365 with Email Security as its MX record.
1313

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

1616
## 1. Add Email Security IP addresses to Allow List
1717

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ To check your existing TTL, open a terminal window and run the following command
1818
dig mx <YOUR_DOMAIN>
1919
```
2020

21-
```sh output
22-
21+
```txt output
2322
; <<>> DiG 9.10.6 <<>> mx <YOUR_DOMAIN>
2423
;; global options: +cmd
2524
;; Got answer:
@@ -29,12 +28,11 @@ dig mx <YOUR_DOMAIN>
2928
;; OPT PSEUDOSECTION:
3029
; EDNS: version: 0, flags:; udp: 4096
3130
;; QUESTION SECTION:
32-
;domain. IN MX
31+
;<YOUR_DOMAIN>. IN MX
3332
3433
;; ANSWER SECTION:
35-
<YOUR_DOMAIN>. 300 IN MX 5 mailstream-central.mxrecord.mx.
36-
<YOUR_DOMAIN>. 300 IN MX 10 mailstream-east.mxrecord.io.
37-
<YOUR_DOMAIN>. 300 IN MX 10 mailstream-west.mxrecord.io.
34+
<YOUR_DOMAIN>. 300 IN MX 10 mxa.global.inbound.cf-emailsecurity.net.
35+
<YOUR_DOMAIN>. 300 IN MX 10 mxb.global.inbound.cf-emailsecurity.net.
3836
```
3937

4038
In the above example, TTL is shown in seconds as `300` (or five minutes).

0 commit comments

Comments
 (0)