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
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/email-security/detection-settings/allow-policies.mdx
+48-5Lines changed: 48 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ sidebar:
5
5
order: 1
6
6
---
7
7
8
+
import { Example, Details } from"~/components"
9
+
8
10
Email Security allows you to configure allow policies. An allow policy exempts messages that match certain patterns from normal detection scanning.
9
11
10
12
To configure allow policies:
@@ -30,13 +32,54 @@ To configure allow policies:
30
32
-**Uploading an allow policy**: Upload a file no larger than 150 KB. The file can only contain `Pattern`, `Pattern Type`, `Verify Email`, `Trusted Sender`, `Exempt Recipient`, `Acceptable Sender`, `Notes` fields. The first row must be a header row. Refer to [CSV uploads](/cloudflare-one/email-security/detection-settings/allow-policies/#csv-uploads) for an example file.
31
33
6. Select **Save**.
32
34
33
-
:::caution[Accept sender]
34
-
If you choose to enable **Accept sender**, ensure that **Sender verification (Recommended)** is turned on at all times.
35
+
<Detailsheader="Allow policy configuration use cases">
36
+
37
+
The following use cases present some use cases that will show you how to properly configure allow policies.
38
+
39
+
### Use case 1
40
+
41
+
<Exampletitle="Company receives emails from third party providers not used internally. These emails are sent from the service provider, but Email Security gives these emails an incorrect disposition.">
42
+
This use case can affect companies such as Shopify, PayPal, and Docusign.
43
+
44
+
To solve this:
45
+
46
+
1. Submit a [team submission](/cloudflare-one/email-security/email-monitoring/search-email/#team-submissions).
47
+
2. Inform your Cloudflare account about the escalation.
48
+
3. Avoid setting up allow policies, or blocked senders. In this use case, configuring allow policies will create a security gap. Setting up blocked senders will block legitimate emails from providers such as Shopify, PayPal, and Docusign.
49
+
</Example>
50
+
51
+
### Use case 2
52
+
53
+
<Exampletitle="Company receives emails via third party providers that are used internally. These emails are sent from the custom domain company, but Email Security marks these emails as bulk, spam, or spoof.">
54
+
55
+
This use case can cause your inbox to receive too many unwanted emails. This use case can affect companies such as Salesforce, Atlassian, and Figma.
56
+
57
+
To solve this, when you add an allow policy in the Zero Trust dashboard, ensure that:
58
+
59
+
1. You choose **Accept sender**.
60
+
2. Verify that **Sender verification (recommended)** is turned on.
61
+
62
+
</Example>
63
+
64
+
65
+
### Use case 3
66
+
67
+
<Exampletitle="Company receives emails via third party providers that are used internally. These emails are sent from the custom company domain, but Email Security marks these emails as bulk, spam, or spoof. The custom email domain does not support DMARC, SPF, DKIM, and would fail Sender Verification">
68
+
69
+
This use case can affect companies such as Salesforce, Atlassian, and Figma.
70
+
71
+
To solve this, when you add an allow policy in the Zero Trust dashboard, ensure that:
72
+
73
+
1. You choose **Accept sender** based on the static IP you own.
74
+
2. Ensure that **Sender verification (recommended)** is turned off.
35
75
36
-
Companies such as PayPal, Docusign, and Shopify should not enable **Sender verification (Recommended)** when configuring an allow policy.
76
+
:::caution
77
+
Do not use email addresses or email domains for this case as they can be easily spoofed without **Sender Verification (Recommended)** enabled.
78
+
:::
79
+
80
+
</Example>
37
81
38
-
Email Security is able to recognize sender verified emails used for nefarious activity. However, enabling **Accept sender** will cause Email Security to not recognize nefarious activities and therefore create security concerns.
0 commit comments