Skip to main content
More information and explanations about trusted infrastructure can be found under Trusted MTAs.

Add email servers

  1. Open shared/guarded_tenants.yml.
  2. Under trustedMTAs, add an entry for each email server that is part of your email infrastructure. You only need to add servers that do not use a private IP.
    guarded_tenants.yml
  3. This step is only required if outgoing email sent to xorlab are not DKIM signed. For all of your Exchange servers, add an authenticDomains parameter that contains all your guarded domains.
    Use authenticDomains only for servers that do not forward malicious emails. Do not use it for your gateway.
    guarded_tenants.yml
    authenticDomains will set all emails coming from that corresponding server as authentic. This is used to tell xorlab from which infrastructure you send outgoing emails. When you sign emails with DKIM, this is not required anymore.
  4. Open the activeguard/core/startup_cfg/spamass/local.cf file and add the IP address of each of your email server that receives incoming emails before xorlab. This is only required for email servers that do not use a private IP address (RFC1918).
    local.cf
  5. Click Publish. The guarded_tenants.yml changes become active within about one minute. If you edited local.cf in step #4, restart all MTAs as well, because files under activeguard/core/startup_cfg/ require an MTA restart:

Verify

  1. Check that outgoing emails are marked as outgoing. For this, search for from:*@guarded.com and see if the direction is correct. Replace guarded.com with your primary guarded domain.
  2. Open an incoming email in the detail view and check that the IP and EHLO are correct. They should contain the external sender, not your infrastructure.

Next steps

Optionally continue with: Once the integration is complete, continue with What to Configure Next.