Troubleshooting
The following sections explain how to troubleshoot the DLP Gateway and captured files.
Incidents Do Not Expire
If UserCheck incidents are not expiring, or the change in value of the quarantine parameter seems to have no effect, verify that expiration is enabled.
To enable expiration of UserCheck incidents
-
On the DLP Gateway, open the $FWDIR/conf/mail_security_config file.
-
Find the expiration active parameter:
The default value is
1. If the value of expiration_active is0, incidents do not expire. -
Save mail_security_config and install the policy on the DLP Gateway.
Mail Server Full
The /var/spool/mail directory may become full. This may occur if you de-activate the settings to delete incident data after expiration or on exceeding quota. It may also occur due to regular usage, depending on your environment. The quota for the DLP data to be held on the mail server is set in the configuration files.
DLP routinely checks the usage on the Mail Server /var/spool/mail directory against the DLP global_quota_percentage parameter. If usage on the Mail Server exceeds the global quota: no more emails are stored; all emails of UserCheck incidents are passed; and logs are issued.
To change the quota use percentage:
-
On the DLP Gateway, open the $FWDIR/conf/mail_security_config file.
-
Find the global quota parameter:
The default value is 80 (% of Mail Server used).
-
Change the value to the usage percent you want.
-
Save mail_security_config and install the policy on the DLP Gateway.
To change DLP behavior if global quota is exceeded:
-
On the DLP Gateway, edit the $FWDIR/dlp/config/dlp.conf file.
-
Find the SMTP parameters:
:smtp (
:enabled (1)
:max_scan_size (150000000)
:max_recursion_level (4)
:max_attachments (100)
:block_on_engine_error (0)
-
If you want UserCheck emails to be sent and logged (same behavior as Detect), keep the default 0:
block_on_engine_error (0) -
If you want UserCheck emails to be dropped and logged (same behavior as Prevent), change the value to 1:
block_on_engine_error (1)
-
-
Save the changes in the file and exit the editor.
-
Install the policy on the DLP Gateway.
|
|
Important - For security and performance, it is recommended that you leave the Mail Server quota activated. However, if you do need to de-activate it, set the value of the |