Enterprise Vault™ Setting up Exchange Server Archiving
- About this guide
- Distributing Exchange Server Forms
- Setting up archiving from mailboxes
- Points to note before you set up Enterprise Vault mailbox archiving
- Defining Exchange Server mailbox archiving policies
- Mailbox policy settings when setting up Exchange Server archiving
- Mailbox policy settings when setting up Exchange Server archiving
- Defining desktop policies in Exchange Server archiving
- Desktop policy settings in Exchange Server archiving
- Options tab (Exchange Server archiving desktop policy setting)
- Advanced tab (Exchange Server archiving desktop policy setting)
- Desktop policy settings in Exchange Server archiving
- Adding Exchange Server archiving targets
- Using customized shortcuts with Exchange Server archiving
- About editing automatic messages for Exchange Server archiving
- Enabling mailboxes for Exchange Server archiving
- Setting up users' desktops
- Enterprise Vault Outlook Add-In for Exchange Server archiving
- Enterprise Vault Client for Mac OS X with Exchange Server archiving
- Getting users started with Exchange Server archiving
- Setting up Vault Cache and Virtual Vault
- Vault Cache synchronization
- Vault Cache header synchronization and content download
- Vault Cache advanced settings
- Virtual Vault advanced settings
- Setting up archiving from public folders
- About public folder policy settings
- Exchange Public Folder policy settings
- Exchange Public Folder policy settings
- Adding public folder archiving targets
- Setting up archiving of journaled messages
- Envelope Journaling
- Setting up Enterprise Vault Office Mail App for Exchange Server 2013 and later
- About the Enterprise Vault Office Mail App
- Deploying the Enterprise Vault Office Mail App
- Troubleshooting the Enterprise Vault Office Mail App
- Setting up Enterprise Vault access for OWA clients on Exchange Server 2010
- About Enterprise Vault functionality in OWA clients
- Enterprise Vault OWA Extensions in an Exchange Server 2010 environment
- Configuring access to Enterprise Vault from Outlook RPC over HTTP clients
- Using firewall software for external access to OWA and Outlook
- Configuring filtering
- About filtering
- Configuring selective journaling
- Configuring group journaling
- Configuring custom filtering
- About custom filtering ruleset files
- About controlling default custom filtering behavior
- About the general format of ruleset files for custom filtering
- About rule actions for custom filtering
- About message attribute filters for custom filtering
- About the general format of Custom Properties.xml
- About content categories
- Defining how custom properties are presented in third party applications
- Custom properties example
Selective journaling filter rules
Each line of the rules file takes the following format:
keyword:value
Table: List of selective journaling keywords for rules describes the keywords and values that you can enter in the file.
Table: List of selective journaling keywords for rules
Keyword | Description | Value |
---|---|---|
cont | Archive all items that have been sent to addresses that contain the specified text. | A text string. For example: cont:flashads The string can be part of an SMTP address. |
distlist | Archive all items that have been sent to anyone who is on the specified distribution list. Note that selective journaling does not support Dynamic Distribution Groups. | The legacyExchangeDN of the distribution list. For example: distlist:/o=acme/ou=finance/cn=recipients/cn=allfinance |
ends | Archive all items that have been sent to or from addresses that end with the specified text. | A text string. For example: ends:example.com The string can be part of an SMTP address. |
exact | Archive all items that have been sent to the specified email address. | The SMTP email address of the recipient. For example: exact:smith@example.com |
recip | Archive all items that have been sent to the specified recipient. The recipient can be a user account or a distribution list. | The legacyExchangeDN of the recipient user account or distribution list. For example: recip:/o=acme/ou=developer/cn=recipients/cn=smithj |
starts | Archive all items that have been sent to addresses that start with the specified text. | A text string. For example: starts:john The string can be part of an SMTP address. |
Note:
You can view the legacyExchangeDN property using ADSIEdit.msc or a similar Active Directory tool.
Employees and resources in an organization may have several SMTP addresses in addition to an internal, Exchange Server address. If you want to capture all email to a recipient in your organization use either the recip or distlist keyword with the address specified using the legacyExchangeDN. For example:
recip:/o=acme/ou=first administrative group/cn=recipients/cn=John Doe
Alternatively, specify a distribution list that the recipient is a member of. For example,
distlist:/o=acme/ou=first administrative group/cn=recipients/cn=Sales
Using the recip or distlist keyword will capture email to any of the recipient's SMTP addresses and also internal email to their Exchange Server address. In this situation, the keywords, exact, starts, ends, and cont are not appropriate, as they may not capture external inbound email to all the addresses that the recipient may have.
You can use the keywords, exact, starts, ends, and cont to capture email to and from domains or SMTP addresses that are external to your organization. For example, you could use ends:acme.com to capture all communication to and from the external domain, acme.com.