I am a Zivver admin
Configure and manage Zivver
Create an Encryption Gateway Rule in Exchange Online for a Sensitivity Label
Do these steps to create a rule in Microsoft Exchange Online:
- Go to the Exchange Admin Center.
- Click on Mail flow in the menu on the left.
- Click on Rules.
- Click on add Add a rule.
- Click on Create a new rule.
- Enter a name.
For example: Zivver Encryption Gateway. - Do the instructions in this manual from Microsoft on how to connect to Security & Compliance PowerShell.
- Run the following cmdlet to get the GUID of the Sensitivity Label you are looking for:
Get-Label -Identity "Name" | Select-Object Guid
- Go back to the Mail Flow Rule in the Exchange Admin Center.
- Under Apply this rule if * select The recipient.
- Under Select one select is external/internal.
- Select Outside the organization.
- Click Save.
- Click the add button under the Apply this rule if * section.
- Under *And select The message headers….
- Under Select one select include any of these words.
- Click Enter text.
- Enter
msip_labels
. - Click Save.
- Click Enter words.
- Enter
MSIP_Label_<Guid>_Enabled=True
. Replace<Guid>
with the Guid that you’ve retrieved from the Powershell cmdlet. - Click Add.
- Click Save.
- Under Do the following * select Redirect the message to.
- Under Select one select the following connector.
- Select the connector that you have created in Create a connector in Exchange Online.
- Click Save.
- Under Except if select The message headers….
- Under Select one select matches these text patterns.
- Click on Enter text.
- Enter
X-Zivver-Transport
. - Click Save.
- Click Enter words.
- Enter
..*.
(That is 2 dots, 1 asterisk/wildcard, 1 dot). - Click Add.
- Click Save.
- Click Next.
- Enable the option Stop processing more rules.
- Enable the option Defer the message if rule processing doesn’t complete.
- Click Next.
- Click Finish.
- Click Done.
The rule is created but not enabled yet. Please make sure that the priority of all existing rules is correct. If the sent message needs to be processed by other rules first, please make sure that the rule created for Encryption Gateway has a lower priority.
As the rule is not enabled yet, no outbound message that matches the filter will be submitted to the Zivver SMTP Server. Please enable the rule when you are sure all priorities are correct.