Skip to main content
You will be able to view all reported emails in xorlab and send feedback to the reporters. If you have a hybrid M365 setup and all your mailboxes are hosted in M365, follow Integrate M365 Reported Emails instead.

Prepare xorlab

  1. Open shared/guarded_tenants.yml and add all email address patterns that are allowed to report emails.
    guarded_tenants.yml
  2. Choose if you want to enable or disable automatic feedback. If enabled, every reporter will get an immediate feedback email.

    Automatic feedback

    guarded_tenants.yml

    Disabled feedback

    guarded_tenants.yml
  3. Optional: Change the sender address used for feedback emails: Change Sender Address.
  4. Click Publish. The new configuration becomes active within about one minute.

Forward reported emails to xorlab

Reported emails need to be forwarded as EML attachment to a dedicated email address on xorlab: suspicious@<templateDomain>. The templateDomain property can be found in activeguard/core/active_guard.yml. The actual implementation of the forwarding depends on your setup. Choose the one that fits your environment.
You have a dedicated mailbox where users in your organization can report emails to. They need to manually forward the reported email as attachment to that mailbox.
Forwarding: In your Exchange, create a mail flow rule that forwards all email from that mailbox to xorlab at suspicious@<templateDomain>. If you need the emails still in that mailbox, you can send xorlab just a BCC copy of the emails instead.

How to change the reporting address

The default address under which xorlab will listen for reported emails is suspicious@<templateDomain>, with templateDomain referring to the parameter that’s set in active_guard.yml. If you like to customize the sender address, add the following block (if it does not already exist) to the active_guard.yml file:
active_guard.yml
Afterward, click Publish. The scanSources handler settings become active within about one minute.

How to automate reported email handling

For further information about automation, have a look at Abuse Mailbox.

Multi-Tenancy

Repeat this integration for each tenant. In addition, xorlab needs to know which tenant a reported email belongs to, which is decided by a header on the carrier email and not by the reporting address:

Assign Reported Emails to Tenants

Add the x-ag-tenant header so that reported emails end up in the right tenant.

Next steps

The on-premises integration is complete: