From 703d240d23cf1db784e27f8da06fdef8253672ec Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:27:41 +0000 Subject: [PATCH] [Email Security] Partner domain TLS --- .../setup/partner-domain-tls.mdx | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/content/docs/cloudflare-one/email-security/setup/partner-domain-tls.mdx diff --git a/src/content/docs/cloudflare-one/email-security/setup/partner-domain-tls.mdx b/src/content/docs/cloudflare-one/email-security/setup/partner-domain-tls.mdx new file mode 100644 index 00000000000000..5ab2c2075ed8ea --- /dev/null +++ b/src/content/docs/cloudflare-one/email-security/setup/partner-domain-tls.mdx @@ -0,0 +1,25 @@ +--- +title: Partner domain TLS +pcx_content_type: how-to +sidebar: + order: 3 +--- + +To add additional TLS (Transport Layer Security) requirements for emails coming from certain domains, you can enforce higher levels of SSL/TLS inspection. If TLS is required, mail without TLS from the specified domain will be dropped. + +:::note +To enforce TLS across all emails, you will need to enforce TLS requirements when you are onboarding your domain. To only enforce TLS for specific emails, you can do so by going to **Settings** > **Partner domain TLS** > **Add a domain**. +::: + +To set up a partner domain: + +1. Log in to [Zero Trust](https://one.dash.cloudflare.com/) and select **Email security**. +2. Select **Settings** > **Partner domain TLS** > **View**. +3. Select **Add a domain**. +4. Enter a valid domain name. You can also exclude subdomains by selecting **Add exclude**. +5. (Optional) Add an optional note to describe your rule(s). +6. Select **Save**. + +To edit a partner domain, select the three dots > **Edit**. + +To delete a partner domain, select the three dots > **Delete**. \ No newline at end of file