Sandbox Settings
Use sandbox settings to enable VotiroDisarmer to access your organization's sandbox. When access is enabled, you can configure Disarmer to direct unknown file types and binary files to the sandbox for additional handling.
The current implementation of the sandbox integration supports FortiSandbox by Fortinet, only.
The sandbox.xml file is located in:
[installation_path]\Votiro\Sandbox\Config.
The attributes described in
Attribute | Description | Value |
---|---|---|
FortiSandboxSettings | ||
IsActivated | Enables access to FortiSandbox. | true to activate; false to deactivate |
SandboxAddress | Specifies the location of the FortiSandbox server | Specify the location in the format: https://[hostname]:[portnumber] where hostname represents a fully qualified hostname. By default, SandboxAddress is empty. |
UserName | FortiSandbox server username. | By default, UserName is empty. |
Password | FortiSandbox server password. | By default, Password is empty. |
Sandbox Port Value
Use the the Sandbox.WindowsService.exe.config file to set the value for SandboxServicePort, the port used for the sandbox.
The Sandbox.WindowsService.exe.config file is located in [installation_path]\Votiro\Sandbox. Add key under <appSettings> for <SandboxServicePort>. Ensure the value specified is set to the same value specified for the SandboxServiceAddress in Machine Settings.
Example
<appSettings>
. . .
<add key="SandboxServicePort" value="4318" />
</appSettings>
Note
The values for <SandboxServicePort> and <SandboxServiceAddress> in the machine.xml configuration file, must be identical.
Comments
0 comments
Please sign in to leave a comment.