Veritas Enterprise Vault™ Compliance Accelerator Administrator's Guide
- Introducing Compliance Accelerator
- Product documentation
- Introducing the Compliance Accelerator client
- Setting up employees and employee groups
- Working with departments
- Implementing Chinese Walls security
- Managing exception employees
- Grouping departments into partitions
- Using attributes to classify departments
- Searching for items
- Building Compliance Accelerator search schedules
- Defining hotwords to search for
- Manually reviewing items
- Escalating items
- Working with research folders
- Exporting items
- Creating and viewing reports
- Available Compliance Accelerator reports
- About viewing Compliance Accelerator datasets using the OData web service
- Appendix A. Customizing Compliance Accelerator
- Setting Compliance Accelerator system configuration options
- Appendix B. Importing configuration data from an XML file
- Appendix C. Troubleshooting
- Issues with Compliance Accelerator reports
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.