Add email servers
- Open
shared/guarded_tenants.yml. - 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 - This step is only required if outgoing email sent to xorlab are not DKIM signed. For all of your Exchange servers, add an
authenticDomainsparameter that contains all your guarded domains.guarded_tenants.ymlInformation
authenticDomainswill 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. - Open the
activeguard/core/startup_cfg/spamass/local.cffile 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 - Click Publish. The
guarded_tenants.ymlchanges become active within about one minute. If you editedlocal.cfin step #4, restart all MTAs as well, because files underactiveguard/core/startup_cfg/require an MTA restart:
Verify
- Check that outgoing emails are marked as outgoing. For this, search for
from:*@guarded.comand see if the direction is correct. Replaceguarded.comwith your primary guarded domain. - Open an incoming email in the detail view and check that the
IPandEHLOare correct. They should contain the external sender, not your infrastructure.