Quickstart
-
Choose how end-users should access the SSQ.
Preferred: Auto-Login
Via Auto-Login, users can access their SSQ by just clicking on the link in the quarantine notifications. Follow Auto-Login Setup Guide to set it upSAML or LDAP
End-users authenticate via SAML or LDAP to access the SSQ. If this has not yet been setup:- SaaS: Follow M365 SAML Login
- On-prem: Follow On-prem SAML or LDAP Login
-
If you use Auto-login, this step can be skipped. Otherwise: Assign the
xcc_quarantine_userrole to the users that should be able to access the SSQ. Depending on the user login, this looks different:SAML
- Assign the users a dedicated SSQ role in your IDP. We name it here
saml_xor_quarantine_user. - Add the role mapping to
auth.ymlunder your SAML backend insaml2AuthBackends:auth.yml
LDAP
- Assign the users a dedicated SSQ role in your Active Directory. We name it here
ldap_xor_quarantine_user. - Add the role mapping to
auth.ymlunder your LDAP configuration inldapAuthDataSources:auth.yml
Click Publish. The authentication configuration becomes active within about one minute, and the users should then be able to access the SSQ in xorlab.Local user
- Open the file
auth/auth/passwordFile.yml - Add the role to the user that should access the SSQ:
passwordFile.yml - Assign the users a dedicated SSQ role in your IDP. We name it here
-
Review the default quarantine permissions. No action is required if the default works for you.
shared/guarded_tenants.yml
-
Open the file
shared/email_templates/info/default.ymland set the following parameters. They will be shown in the footer of the quarantine notifications.default.yml - Customize the quarantine notifications such that they match your organization brand. All customizations are described under Customize Templates. We recommend to at least change the Logo.
-
Optional: Adjust the sender address that is used for quarantine notifications: Change Sender Address. The default is
quarantine@<templateDomain>. -
Enable quarantine notifications and choose their frequency. The frequency can be overwritten by each user individually in their SSQ. Notifications are only sent for quarantines with
canView: true.shared/guarded_tenants.ymlDaily/Weekly notifications
You can adjust the frequency and timing of daily and weekly digest notifications like this:shared/guarded_tenants.ymlMore information
The frequency above is the global default. Users can change it in their own SSQ. Shared mailboxes: Every user with access to a mailbox can configure the notification settings for that specific mailbox. The notification setting per mailbox is global, so for shared mailboxes the setting is changeable by every user that has SSQ access to that mailbox. Reset frequency: As soon as a user logged in to their SSQ the first time, they will not be affected anymore when you change thefrequency. Therefore, to reset the notification frequency of all users, you can use these database queries: - Click Publish. The new configuration becomes active within about one minute.
Configure additional SSQ features
We recommend to additionally configure the following features to provide the best SSQ experience.Attachment Airlock
Quarantine all encrypted attachments that cannot be decrypted. The user can enter the password in the SSQ to release it.
Request Release
Allow users to request the release of emails in the SSQ.
Shared Mailboxes
Allow users to access shared mailboxes in the SSQ.
Multi-Tenancy
Everyguarded_tenants.yml block on this page is set on a single tenant, so the setup above already works per tenant. Repeat it for each tenant, or share it via Using Tenant Config Templates.