πŸ“‹ Intelligent Email Encryption: Creating and configuring policies

This article explains how to create policies for Intelligent Email Encryption, configure rules, and understand how the evaluation order and security levels interact.
Overview of policies for Intelligent Email Encryption in the administration

Get started immediately (summary)

Menu path Administration, SecuMails, Intelligent Email Encryption

Navigate to Administration > SecuMails > Intelligent Email Encryption and click on New policy. Assign a name and select the assigned groups.

Next, create rule blocks: For each block, define a security level and configure one or more rules using condition / operator / value. Rules within a block are linked with AND (Add row). You can add further blocks via Add rule. Blocks are linked with each other using OR and are checked from top to bottom.

Adjust the order via drag & drop. More specific rules belong at the top. Optionally, you can create a final block with the condition All emails as a fallback. Finally, click on Save.

What is Intelligent Email Encryption?

Intelligent Email Encryption (IEE) automatically decides which security level is used to create a SecuMails delivery. The decision is based on properties of the outgoing email (recipient domain, size, subject, attachments).

Instead of every sender choosing the security level manually, admins define policies that apply to specific user groups. If a rule matches, the corresponding security level is applied and the delivery is generated accordingly.

Prerequisite: Policies only apply to emails sent via a mail client with a configured FTAPI Gateway. SecuMails created directly via the web interface are not affected. There, senders continue to choose the security level manually.

Basic terms

TermMeaning
PolicyA named rule set that applies to one or more user groups. For each email, exactly one policy wins (the one assigned to the sender via their group).
Rule block (If-Then block)A group of conditions that must be met together, and a resulting security level. Visible in the interface as "If ... then ...".
Rule (Condition)A single check within a block, e.g., "Recipient domain equals example.com". Multiple rules in a block are linked with AND.
Security levelThe result of a block. Determines how the delivery is generated and how the recipient receives it.

Evaluation order (most important concept)

Example of a policy with multiple rule blocks that are evaluated from top to bottom

Rule blocks are evaluated from top to bottom. The first block whose conditions are all met wins. Further blocks are no longer checked.

Within a block, AND applies: All rules must be met. Between blocks, OR applies: The first matching block is applied.

Tip: The order can be changed via drag & drop. More specific rules belong at the top, more general ones ("fallback") at the bottom.

Fallback

A fallback block is optional but recommended. It is typically created as the last block with the condition All emails and determines what happens to emails that do not match any specific rule.

Without a fallback block (or if no rule matches), the email is not delivered via SecuTransfer. It leaves the system as a regular, unencrypted email. If you do not want this, you should always create a fallback block with an explicit security level.

Security levels

Dropdown selection of the four security levels in the rule block

The selected security level determines how the receipt is structured for the recipient.

Levels 3 and 4 require the recipient to have set up a SecuPass. If this is not the case, they will receive a prompt to set one up. The actual message remains inaccessible until then.

A complete description of all four levels can be found in the article The FTAPI security levels.

Available conditions

Selection of available conditions in the rule dialog

These conditions are available for selection when configuring a rule.

ConditionOperatorValueEffect
All emailsalways(no value)Always matches. For fallback blocks.
Attachmentexists(no value)Matches if the email has at least one attachment.
Attachmentdoes not exist(no value)Matches if the email has no attachment.
Attachmentis greater thanNumber in MB, e.g., 10Matches if the total size of the attachments exceeds the value.
Recipient domainequals / does not equalExactly one domain, e.g., example.comChecks the recipient's domain. Exactly one domain per rule. Create a separate block for multiple domains.
Sender domainequals / does not equalExactly one domain, e.g., mycompany.comAnalogous to the recipient domain, only for the sender.
Subjectstarts withText, e.g., InvoiceChecks if the subject line starts with the text. Case sensitivity is ignored.

Validation limits

The policy name must not be empty. At least one user group must be assigned per policy. Each block requires at least one rule.

Examples

Example 1: Secure customer communication strongly, rest as regular email

OrderIf ...then security level
1Recipient domain equals customer-a.comFull encryption (4)

Effect: Every email to customer-a.com is transmitted fully encrypted and requires an account + SecuPass from the recipient. All other emails leave the system without FTAPI as regular, unencrypted emails (no fallback block defined).

Example 2: Large or sensitive attachments force login

OrderIf ...then security level
1Attachment is greater than 10Encrypted attachment (3)
2Subject starts with InvoiceSecure login (2)
3All emailsSecure link (1)

Effect: Emails with attachments over 10 MB are delivered with end-to-end encryption. The recipient needs an account + SecuPass. Emails without large attachments but with the subject prefix "Invoice" require a login (account is sufficient, no SecuPass needed). Everything else is delivered as a secure link, without account obligation.

Example 3: Protect external sender domains more strongly

OrderIf ...then security level
1Sender domain does not equal mycompany.comFull encryption (4)
2All emailsSecure login (2)

Effect: Emails from outside your own domain (e.g., via linked third-party systems) are generally fully encrypted. Internal communication falls back to level 2.

Common pitfalls

Fallback missing: Without a block with All emails at the end, an email that does not match any rule leaves the system as a regular, unencrypted email without FTAPI. If you do not want this, you should create an explicit fallback block with a security level.

Too broad rule first: If a block with All emails is at the top, it always wins first and covers all subsequent blocks.

Contradictory rules: Since the first match wins, a deeper, supposedly stricter block can become ineffective. Rethink your intention when adjusting the order.

Multiple domains: A rule accepts exactly one domain. For multiple domains with the same security level, create a separate if-then block for each.

Level 3/4 without SecuPass: Recipients without a set-up SecuPass cannot open encrypted content until they set one up.