The Sandbox appliance, its containers, and its configuration files are named DANA. This page uses Sandbox for the feature and DANA only where it refers to those.
Show screenshots for benign attachments
For benign verdicts, xorlab does not store and show the screenshots of the attachment. If you want to change this behavior, follow Change Storing of Attachment Previews.Apply the Sandbox for quarantined emails
By default, the Sandbox is not applied if an email is put into quarantine already without a Sandbox scan. If you want to change this behavior and force a Sandbox scan for all quarantined emails, apply the following:-
Open the file
/activeguard/core/rule_sets/90_local/params/local.propertiesin the Expert Editor. -
Add the following properties:
local.properties
- Click Publish. These rule-set settings become active within about one minute.
Disable the Sandbox except for specific recipients
To apply the Sandbox only for specific recipients:-
Open the file
shared/guarded_tenants.ymlin the Expert Editor. -
Add the Profile
no_dana_except_for_specific_recipients.properties. Make sure to add it afterdefault_dana.properties:guarded_tenants.yml -
Add the specific recipients to the list
Recipient dynamic analysis (regex)in the List editor. - Click Publish. The new configuration becomes active within about one minute.
Disable the Sandbox completely
It is possible to disable the xorlab Sandbox completely:-
Open the file
activeguard/core/active_guard.ymlin the Expert Editor. -
Add the following lines:
active_guard.yml
-
Click Publish, then restart all MTAs. The
dynamicAnalysisServicesetting inactive_guard.ymlrequires an MTA restart; see How to Activate the Configuration.
Default behavior
The Sandbox is applied to a defined set of document types, configured via the Profiledefault_dana.properties.
The *_mode parameters can have the following values:
NoDynamicScan— no scanInline— wait with email delivery until the scan results are fully processed (if there was no quarantine decision before)AlwaysInline— same asInline, but additionally forces a dynamic scan even if the email is already quarantined for other reasonsOffline— force a scan but don’t wait for its result; decisions are based on static analysis only
_weight parameters, which accept integer values between 1 and 10 (inclusive). The higher the weight value, the higher the precedence.
The scanned file types and the delivered
*_mode and _weight values are documented in
Detection Defaults → Sandbox.
Access to that page is restricted.