In This Section: |
To configure the Threat Extraction blade on the gateway:
The Threat Extraction First Time Activation Wizard opens.
The Cluster configuration is similar to gateway configuration, except for specific instructions that are only relevant to cluster.
To configure Threat Extraction in a cluster:
Notes:
You can see Threat Extraction statistics in the CLI:
cpview
cpstat scrub -f threat_extraction_statistics
The gateway has a Threat Extraction menu to:
To use the Threat Extraction command line:
scrub
A menu shows these options:
Option |
Description |
---|---|
|
Controls debug messages. |
|
Shows information on Threat Extraction queues. This command helps you understand the queue status and load on the mail transfer agent (MTA) and the
|
|
Sends original email to recipients. To send the original email get:
|
|
Bypasses all files. Use this command to debug issues with the scrub (Threat Extraction) daemon. When you set bypass to active, requests from the mail transfer agent (MTA) to the scrub daemon are not handled. Threat Extraction is suspended. No files are cleaned. |
|
shows and resets counters. |
|
manages updates from the download center |
|
sends original file by email |
cache |
shows and resets cache |
backup_expired_mail |
backs up expired mails to external storage |
When you run out of disk space, you can back e-mail attachments or web downloads to external storage.
Notes:
To backup original files to external storage:
Run: mkdir /mnt/<local_backup_folder>
Run: mount -t cifs <remote_folder> /mnt/<local_backup_folder>
Example: mount -t cifs //MyServer/MyBackupFolder /mnt/MyLocalBackupFolder
Best Practice - To preserve the mount configuration after reboot, configure a Scheduled Job to the applicable "mount" command "At startup" (in the Gaia portal, go to System Management>Job Scheduler).
$FWDIR/conf/scrub_debug.conf
, and search for :external_storage
.enabled
value from "0
" to "1
".external_path
parameter, write the full path to the local backup folder:expired_in_days
parameter sets the backup date. The value you enter for this parameter specifies how many days before expiration the backup is performed.Example:
:external_storage (
:enabled (1)
:external_path ("/mnt/MyLocalBackupFolder")
:expired_in_days (5)
To manually test the backup:
scrub backup_expired_mail <days for expired entries> <external_path>
In days for expired entries
enter "0".