Proxy and Quarantine Server

Proxy Server settings
Settings
XPath
Set Server Name
Parameter to set the proxy server name or IP address.
xmlmodifier -s //configuration/ProxyServerSettings/ServerName/@value <value> configuration.xml
Allowed values
  • Valid IP address
Default value: None
Set Server Port
Parameter to set the proxy server port.
xmlmodifier -s //configuration/ProxyServerSettings/ServerPort/@value <value> configuration.xml
Allowed values
  • 0 to 65535
Default value: 0
Set User Name
Parameter to set proxy server user name.
xmlmodifier -s //configuration/ProxyServerSettings/UserName/@value <value> configuration.xml
Allowed values
  • Proxy server user name
Default value: None
Set Password
Parameter to set proxy server password.
xmlmodifier -k //configuration/ProxyServerSettings/Password/@value <password> <SPE installation directory> configuration.xml
Allowed values
  • Proxy server password
Default value: None
Quarantine Settings
Settings
XPath
Enable Quarantine
xmlmodifier -s //configuration/QuarantineServerSettings/@enabled <value> configuration.xml
Allowed values
  • True
  • False
Default value: false
Set Server Name
Parameter to set the Quarantine server name or IP address.
xmlmodifier -s //configuration/QuarantineServerSettings/ServerName/@value <value> configuration.xml
Allowed values
  • Valid IP address
Default value: None
Set Server Port
Parameter to set the quarantine server port.
xmlmodifier -s //configuration/QuarantineServerSettings/ServerPort/@value <value> configuration.xml
Allowed values
  • 0 to 65535
Default value: 0
Set the type of the quarantine store.
xmlmodifier -s //configuration/QuarantineServerSettings/QuarantineType/@value <value> configuration.xml
Allowed values
  • local
    Quarantine files to the Symantec Central Quarantine Server.
  • aws
    Quarantine files to the AWS S3 bucket.
    You can use AWS S3 bucket as a quarantine store if you have Symantec Protection Engine 8.2 or later (Linux) installed in EC2 instance.
Default value: local
Specify the region and name of the S3 bucket.
xmlmodifier -s //configuration/QuarantineServerSettings/CloudStore/@location <S3 bucket region and name> configuration.xml
Allowed values
  • Valid S3 bucket name
Default value: empty
For example,
./xmlmodifier -s //QuarantineServerSettings/CloudStore/@location "Region=us-west-1::Bucketname=xxx" configuration.xml
Specify the folder path in the S3 bucket where you want to store the quarantine files.
If the path is not specified, the files are stored at the root level.
xmlmodifier -s //configuration/QuarantineServerSettings/CloudStore/@relativepath <S3 bucket relative path> configuration.xml
Allowed values
  • Valid folder name of the S3 bucket