Server
On Windows servers, you may want to exclude system files from being scanned. You can configure these exclusions 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 enabled, FortiClient integrates into Microsoft Exchange Server. Boolean value: |
0 |
<action> |
Action that FortiClient performs if it finds a virus. Enter one of the following:
|
0 |
<excludefilesystemfromscanning> |
Exclude the file system from scanning. Boolean value: |
0 |
<excludefileextensionsfromscanning> |
Exclude file extensions from scanning. Boolean value: |
0 |
|
||
<excludefilesystemfromscanning> |
Exclude the file system from scanning. Boolean value: |
0 |
<excludefileextensionsfromscanning> |
Exclude file extensions from scanning. Boolean value: |
0 |