Server
On Microsoft Windows servers, it may be desired to exclude system files from being scanned. These are configured in the <server></server>
XML tags.
<forticlient_configuration>
<antivirus>
<server>
<exchange>
<integrate>0</integrate>
<action>0</action>
<excludefilesystemfromscanning>0</excludefilesystemfromscanning>
<excludefileextensionsfromscanning>0</excludefileextensionsfromscanning>
</exchange>
<sqlserver>
<excludefilesystemfromscanning>0</excludefilesystemfromscanning>
<excludefileextensionsfromscanning>0</excludefileextensionsfromscanning>
</sqlserver>
</server>
</antivirus>
</forticlient_configuration>
The following table provides the XML tags for server options, as well as the descriptions and default values where applicable.
XML tag |
Description |
Default value |
---|---|---|
|
||
<integrate> |
When the Boolean value is set to 1 FortiClient integrates into Exchange Server. Boolean value: |
0 |
<action> |
The action FortiClient performs if a virus is found. Select either:
|
0 |
<excludefilesystemfromscanning> |
Enable to exclude file system from scanning. Boolean value: |
0 |
<excludefileextensionsfromscanning> |
Enable to exclude file extensions from scanning. Boolean value: |
0 |
|
||
<excludefilesystemfromscanning> |
Enable to exclude file system from scanning. Boolean value: |
0 |
<excludefileextensionsfromscanning> |
Enable to exclude file extensions from scanning. Boolean value: |
0 |