Skip to main content

Quickstart

  1. 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 up

    SAML or LDAP

    End-users authenticate via SAML or LDAP to access the SSQ. If this has not yet been setup:
  2. If you use Auto-login, this step can be skipped. Otherwise: Assign the xcc_quarantine_user role to the users that should be able to access the SSQ. Depending on the user login, this looks different:
    1. Assign the users a dedicated SSQ role in your IDP. We name it here saml_xor_quarantine_user.
    2. Add the role mapping to auth.yml under your SAML backend in saml2AuthBackends:
      auth.yml
    1. Assign the users a dedicated SSQ role in your Active Directory. We name it here ldap_xor_quarantine_user.
    2. Add the role mapping to auth.yml under your LDAP configuration in ldapAuthDataSources:
      auth.yml
    1. Open the file auth/auth/passwordFile.yml
    2. Add the role to the user that should access the SSQ:
    passwordFile.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.
  3. Review the default quarantine permissions. No action is required if the default works for you.
    shared/guarded_tenants.yml
  4. Open the file shared/email_templates/info/default.yml and set the following parameters. They will be shown in the footer of the quarantine notifications.
    The url parameter must be set to the URL of your xorlab
    default.yml
  5. 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.
  6. Optional: Adjust the sender address that is used for quarantine notifications: Change Sender Address. The default is quarantine@<templateDomain>.
  7. 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.yml
    You can adjust the frequency and timing of daily and weekly digest notifications like this:
    shared/guarded_tenants.yml
    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 the frequency. Therefore, to reset the notification frequency of all users, you can use these database queries:
  8. Click Publish. The new configuration becomes active within about one minute.
Now the SSQ is setup and ready to be used.

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

Every guarded_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.