- Switch between Inline and Monitoring mode
- Switch between Toothless and Active protection
shared/guarded_tenants.yml file:
guarded_tenants.yml
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.
Deprecated profiles that will be removed in future releases:
fp_sensitive.properties: It can still be used, but new deployments should instead usefp_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
ruleProfilesinto 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.