Veritas Enterprise Vault™ Compliance Accelerator Administrator's Guide
- Introducing Compliance Accelerator
- Key features of Compliance Accelerator
- About the Compliance Accelerator components
- The Compliance Accelerator process
- About randomly sampling items with Compliance Accelerator
- About the intelligent review feature in Compliance Accelerator
- About the deduplication feature in Compliance Accelerator
- Product documentation
- Introducing the Compliance Accelerator client
- Setting up employees and employee groups
- Working with departments
- About departments
- Creating departments
- Adding monitored employees and groups to departments
- Editing the monitoring policy for employees and groups
- Moving employees or groups between departments
- Moving departments
- Assigning department reviewers, compliance supervisors, and delegates
- Implementing Chinese Walls security
- Managing exception employees
- Grouping departments into partitions
- Using attributes to classify departments
- Searching for items
- About searching with Compliance Accelerator
- Creating and running Compliance Accelerator searches
- About the search criteria options
- Guidelines on conducting effective searches
- Pausing and resuming Compliance Accelerator searches
- About the Monitor Searches tab
- Searching the items of exception employees
- Selecting the archives in which to search
- Building Compliance Accelerator search schedules
- Defining hotwords to search for
- Configuring how Compliance Accelerator handles email addresses
- Manually reviewing items
- About reviewing with Compliance Accelerator
- About the Review pane
- Filtering the items in the Review pane
- Assigning review marks to items
- Adding comments to items
- Viewing the history of items
- Displaying printable versions of items
- Downloading the original versions of items
- Copying the item list to the Clipboard
- Changing how the Review pane looks
- Setting your Review pane preferences
- Escalating items
- Storing reviewing comments for reuse
- Working with research folders
- Exporting items
- Creating and viewing reports
- About the Compliance Accelerator reports
- Creating Compliance Accelerator reports
- Available Compliance Accelerator reports
- Compliance Supervisor Responsibility report
- Department Roles Detail report
- Department Roles Summary report
- Differential Sampling Summary by Department report
- Effective Roles by User report
- Evidence of message type Review by Department/Employee reports
- Item Aging by Department report
- Message Stats Summary report
- Message Summary report
- Monitored IDs by Department report
- Questioned Items by Department report
- Responsibility by Department report
- Responsibility by Reviewer report
- Review Activity Summary by Department report
- Reviewer Activity by Department report
- Reviewer Activity Detail report
- Reviewer Mapping report
- Unreviewed Departments report
- Unsupervised Departments report
- Viewing existing reports
- Deleting reports
- About viewing Compliance Accelerator datasets using the OData web service
- Appendix A. Customizing Compliance Accelerator
- Specifying the Windows domains with which to synchronize employee details
- Customizing the reviewing action statuses
- Setting Compliance Accelerator system configuration options
- Ad Hoc Searches configuration options
- Diagnostics configuration options
- Document Conversion configuration options
- Export/production configuration options
- General configuration options
- Home Page configuration options
- Item Prefetch Cache configuration options
- Item Prefetch Cache (Advanced) configuration options
- Policy Integration configuration options
- Profile Synchronization configuration options
- Random Capture configuration options
- Reviewing configuration options
- Search configuration options
- Security configuration options
- System configuration options
- Vault Directory Synchronization configuration options
- Customizing the columns in the Review pane
- Appendix B. Importing configuration data from an XML file
- Appendix C. Troubleshooting
- A security warning may appear when you preview certain items in the Review pane of the Compliance Accelerator client
- Issues with the random sampling of items
- Display issues when you run the Compliance Accelerator client in Windows 8 or later
- Display issues when you open a Compliance Accelerator website in Internet Explorer 10 or later
- Vault stores not displayed in the Compliance Accelerator client
- Compliance Accelerator searches return unexpected results
- Errors when exporting items from Compliance Accelerator
- TNEF-encoded attachments to Internet Mail (.eml) messages may not be readable after you export the messages from a review set
- Synchronization errors after you rename the SQL Server computer
- Performance counter errors when the Accelerator Manager service starts
- SQL Service Broker warning when restoring a customer database to a different server
- Issues with Compliance Accelerator reports
- You receive the message "An error occurred creating the report" when you try to generate reports
- Prompt to install SQL Server when printing a report for the first time
- Reports that you export as CSV may not open properly in Microsoft Excel
- Garbled Japanese characters when exporting reports in Acrobat format
- Troubleshooting OData errors
Configuring how Compliance Accelerator handles email addresses
To determine whether addresses are internal or external addresses, Compliance Accelerator uses the SMTP address domains that are associated with the system mailbox under which the Enterprise Vault Journaling Task is running. For example, suppose that the Journaling Task runs under a Vault Service account that is called "vaultadmin", which has the SMTP address VaultAdmin@exampleinc.com. Compliance Accelerator recognizes as internal any address with one of the following formats:
*@exampleinc.com
*@[*.]exampleinc.com
where [*.] means that the string can be repeated, as in john.doe@sales.emea.exampleinc.com. Any other addresses are treated as external.
Table: Compliance Accelerator classification of addresses uses the example domain to show how Compliance Accelerator classes addresses.
Table: Compliance Accelerator classification of addresses
Address | Format matched | Result |
|---|---|---|
miles@exampleinc.com | *@exampleinc.com | Internal |
tony@example.com | No match | External |
wayne@sales.exampleinc.com | *@[*.]exampleinc.com | Internal |
herbie@salesexampleinc.com | No match | External |
You can add domains in the following ways to ensure that Compliance Accelerator treats an address as internal:
Add an additional SMTP alias address with the required domain to the Enterprise Vault Journaling Task user in Active Directory, Exchange Administrator, or the Domino LDAP directory. This is the recommended way to add internal domains.
In the Enterprise Vault Administration Console, in the properties for the Enterprise Vault site, configure the advanced SMTP setting that is called . For example, you can give this setting the following value:
ourcompany.com;ourcompany.co.ie; ourcompany.co.uk
The setting complements the following registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KVS\Enterprise Vault\Agents\InternalSMTPDomains
Enterprise Vault automatically combines any domains that you specify through the registry value with those that you specify through the advanced SMTP setting.
See the Enterprise Vault Administrator's Guide for more information on the setting, and the Registry Values guide for more information on the InternalSMTPDomains entry.