Skip to content

Commit 7f1960f

Browse files
[Area 1] Add warning on how to receive support from October (#24740)
* [Area 1] Add warning on how to receive support from October * Add warning to integration guide * add contact support phishguard customers * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Removing redundant caution warning * Removing redundant caution note * Delete email --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent fdc5b19 commit 7f1960f

38 files changed

+70
-128
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/area-1.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ sidebar:
77

88
---
99

10+
import { Render } from "~/components";
11+
12+
<Render file="contact-support" product="email-security" />
13+
1014
[Cloudflare Area 1](https://www.cloudflare.com/products/zero-trust/email-security/) is an email security platform that protects your organization's inbox from phishing, spam, and other malicious messages. This guide covers how to configure Area 1 as a SAML application in Cloudflare Zero Trust.
1115

1216
## Prerequisites

src/content/docs/email-security/account-setup/escalation-contacts.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ sidebar:
88

99
import { GlossaryTooltip, Render } from "~/components";
1010

11-
:::caution[Area 1 has been renamed]
12-
1311
<Render file="rename-area1-to-ces" product="email-security" />
1412

15-
:::
13+
<Render file="contact-support" product="email-security" />
1614

1715
Whenever Email Security (formerly Area 1) finds an exceptional <GlossaryTooltip term="phishing">phishing</GlossaryTooltip> threat or Email Service irregularity behavior (compromised email servers at a partner or vendor, wire fraud tactics, and more), we try to reach out to our customers.
1816

src/content/docs/email-security/account-setup/manage-account-members.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ sidebar:
77

88
import { GlossaryTooltip, Render } from "~/components";
99

10-
:::caution[Area 1 has been renamed]
11-
1210
<Render file="rename-area1-to-ces" product="email-security" />
1311

14-
:::
12+
<Render file="contact-support" product="email-security" />
1513

1614
If your account is a **Super Admin**, you have the ability to add, edit, and delete users and - if those users lose their <GlossaryTooltip term="two-factor authentication (2FA)">two-factor authentication (2FA)</GlossaryTooltip> device - reset their 2FA.
1715

src/content/docs/email-security/account-setup/manage-parent-permissions.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ sidebar:
77

88
import { Render } from "~/components";
99

10-
:::caution[Area 1 has been renamed]
11-
1210
<Render file="rename-area1-to-ces" product="email-security" />
1311

14-
:::
12+
<Render file="contact-support" product="email-security" />
1513

1614
When you set up Email Security through a [partner](/email-security/partners/), that partner's account is the **parent** account to your **child** account.
1715

src/content/docs/email-security/account-setup/permissions.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ sidebar:
77

88
import { Render } from "~/components";
99

10-
:::caution[Area 1 has been renamed]
11-
1210
<Render file="rename-area1-to-ces" product="email-security" />
1311

14-
:::
12+
<Render file="contact-support" product="email-security" />
1513

1614
When you [create a user](/email-security/account-setup/manage-account-members/#add-user), the available options for permissions depend on whether your account is a **parent** account or a **child** account.
1715

src/content/docs/email-security/account-setup/sso/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ sidebar:
77

88
import { DirectoryListing, GlossaryTooltip, Render } from "~/components";
99

10-
:::caution[Area 1 has been renamed]
11-
1210
<Render file="rename-area1-to-ces" product="email-security" />
1311

14-
:::
12+
<Render file="contact-support" product="email-security" />
1513

1614
For added security and convenience, Email Security (formerly Area 1) offers support for <GlossaryTooltip term="SAML">Security Assertion Markup Language based (SAML-based)</GlossaryTooltip> single sign-on (SSO) logins. Organizations are able to choose between having users access Email Security (formerly Area 1) with a username and password plus a <GlossaryTooltip term="two-factor authentication (2FA)">two-factor authentication (2FA)</GlossaryTooltip> code, or using an SSO provider, such as OneLogin or Okta.
1715

src/content/docs/email-security/api/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ sidebar:
77

88
import { GlossaryTooltip, Render } from "~/components";
99

10-
:::caution[Area 1 has been renamed]
11-
1210
<Render file="rename-area1-to-ces" product="email-security" />
1311

14-
:::
12+
<Render file="contact-support" product="email-security" />
1513

1614
Email Security offers Application Programming Interfaces (APIs) to expose our <GlossaryTooltip term="phishing">phishing</GlossaryTooltip> campaign rulesets. These APIs both aid research and provide a set of indicators to block using network security edge devices.
1715

src/content/docs/email-security/deployment/api/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ head:
1010

1111
import { Render } from "~/components";
1212

13-
:::caution[Area 1 has been renamed]
14-
1513
<Render file="rename-area1-to-ces" product="email-security" />
1614

17-
:::
15+
<Render file="contact-support" product="email-security" />
1816

1917
<Render file="deployment/setup-api-overview" product="email-security" />
2018

src/content/docs/email-security/deployment/api/setup/exchange-bcc-setup.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ head:
1212

1313
import { GlossaryTooltip, Render } from "~/components";
1414

15-
:::caution[Area 1 has been renamed]
16-
1715
<Render file="rename-area1-to-ces" product="email-security" />
1816

19-
:::
20-
2117
For customers using Microsoft Exchange, setting up Email Security via BCC is quick and easy. You need to configure an inbound rule to send emails to Email Security via BCC for processing and detection of potential <GlossaryTooltip term="phishing">phishing</GlossaryTooltip> attacks. The following email flow shows how this works:
2218

2319
![Email flow when setting up a phishing assessment risk for Microsoft Exchange with Email Security.](~/assets/images/email-security/deployment/api-setup/exchange/bcc-exchange-flow.png)

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/add-domain.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ sidebar:
77

88
import { Render } from "~/components";
99

10-
:::caution[Area 1 has been renamed]
1110

1211
<Render file="rename-area1-to-ces" product="email-security" />
13-
:::
1412

1513
To set up Email Security (formerly Area 1) for Gmail:
1614

0 commit comments

Comments
 (0)