You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Email Security] Expand MX/Inline configuration deployment page
* sentence clarifications
* Change order (TTL comes before MX changes)
* Correct content
* Minor update
* Apply suggestions from code review
Co-authored-by: Patricia Santa Ana <[email protected]>
---------
Co-authored-by: Patricia Santa Ana <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/mx-inline-deployment.mdx
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,24 @@ sidebar:
7
7
8
8
With pre-delivery deployment, also known as Inline deployment, Email Security evaluates email messages before they reach a user's inbox.
9
9
10
-
Email Security becomes a hop in the SMTP processing chain and physically interacts with incoming email messages. Based on your policies, various messages are blocked before reaching the inbox.
Before you change your MX records, you will have to set up the [Time to Live (TTL)](/dns/manage-dns-records/reference/ttl/) on your DNS records. If you do not set up the TTL, the DNS propagation will take longer to happen.
13
+
14
+
Cloudflare recommends to decrease the TTL to five minutes (also known as [Auto](/dns/manage-dns-records/reference/ttl/#proxied-records)) 3 to 5 days prior to the planned MX record change. Reducing the TTL allows the DNS record to propagate ahead of time, so changes take effect rapidly. Once you have completed your onboarding process, you can choose to increase the TTL.
15
+
16
+
When you have configured your TTL, you can deploy Email Security via MX/Inline. An MX record is a [DNS record](/dns/manage-dns-records/).
17
+
18
+
If your DNS records are hosted by Cloudflare (or any other provider, except for Google), you can [edit your DNS records](/dns/manage-dns-records/how-to/create-dns-records/#edit-dns-records) via the dashboard or the API to point your MX records to Cloudflare.
19
+
20
+
By changing your MX records, Email Security will be positioned between your incoming emails and Microsoft 0365 or Gmail.
21
+
22
+
Email Security becomes a hop in the [SMTP](https://www.cloudflare.com/en-gb/learning/email-security/what-is-smtp/) processing chain and physically interacts with incoming email messages. Based on your policies, various messages are blocked before reaching the inbox.
11
23
12
24
When you choose an inline deployment, you get the following benefits:
13
25
14
26
- Messages are processed and physically blocked before arriving in a user's mailbox.
15
27
- Your deployment is simpler, because any complex processing can happen downstream and without modification.
16
28
- Email Security can modify delivered messages, adding subject or body mark-ups.
17
29
- Email Security can offer high availability and adaptive message pooling.
18
-
- You can set up advanced handling downstream for non-quarantined messages with added X-headers.
0 commit comments