Skip to main content
  1. Add a x-ag-tenant email header that contains the tenant name to the outer email of a reported email.
  2. xorlab will parse the header and assign the reported email to the correct tenant.
  3. Optional: Follow Tenant-Specific Notifications to customize notifications per tenant.
Custom email headerTo read the tenant from a different header, for example, my-custom-tenant-header instead of x-ag-tenant, you need to edit activeguard/core/active_guard.yml the following way:
active_guard.yml
Afterward, click Publish, then restart all MTAs. The emailReporting setting in active_guard.yml requires an MTA restart; see How to Activate the Configuration.The tenant value must consist of letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Note: periods (.) are not allowed.