Skip to main content
Rule profiles are used to:
  • Switch between Inline and Monitoring mode
  • Switch between Toothless and Active protection
The active profiles are configured in the shared/guarded_tenants.yml file:
guarded_tenants.yml
You only need to list the additional profiles that you want to apply. The built-in default profiles default.properties, local.properties, and ui.properties are included automatically and must not be configured explicitly. All added rule profiles are added in order between default.properties and local.properties. Configured ruleProfiles are applied in the specified order between the implicit default.properties and the implicit local.properties / ui.properties. This means that local.properties still overwrites the configured profiles, and the configuration that a user sets in UI (ui.properties) still has the highest precedence.
Do not add default.properties, local.properties, or ui.properties to ruleProfiles. They are applied automatically.
The following table lists the available profiles: Deprecated profiles that will be removed in future releases:
  • fp_sensitive.properties: It can still be used, but new deployments should instead use fp_low.properties.
The duration of the learning phase, and the delivered parameter values behind default_dana.properties, are documented in Detection Defaults. Access to that page is restricted.

Common profile configurations

Standard - inline and active

Standard inbound email security:
guarded_tenants.yml

Toothless

Disable all actions on emails. Can be used as an evaluation mode as well as during learning phase if no actions should be taken:
guarded_tenants.yml

Multi-Tenancy

ruleProfiles is a per-tenant setting, so in a multi-tenant deployment each tenant can run with a different profile combination. For example, you can keep a newly onboarded tenant in Toothless mode while all other tenants run the standard configuration.
  • To apply the same profiles to many tenants without repeating them, put ruleProfiles into a shared config template, see Using Tenant Config Templates.
  • To override individual rule parameters for a single tenant instead of switching the whole profile, see Manage Tenant Rules.