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
Configuring Enterprise Vault servers for anonymous connections from the Enterprise Vault proxy server
The instructions in this section are similar to the instructions for configuring Enterprise Vault servers for anonymous connections from OWA Exchange Servers. To support anonymous connections from an Enterprise Vault proxy server, you run the same script, owauser.wsf, but provide the details of connecting Enterprise Vault proxy servers instead of Exchange Servers.
To prepare Enterprise Vault servers for anonymous connections from an Enterprise Vault proxy server
- Ensure that IIS Roles and Feature Delegation rights are configured as described in the section, "Requirements for OWA 2010" in Installing and Configuring.
- On each Enterprise Vault server that may receive anonymous connections from Enterprise Vault proxy servers, create an
ExchangeServers.txt
file as described in this section. This file contains a list of the IP addresses for all the Enterprise Vault proxy servers that connect to the Enterprise Vault server. - On each Enterprise Vault server on which you have created an
ExchangeServers.txt
file, run the script, owauser.wsf, as described in this section. This script configures the Data Access account for anonymous connections. - Restart the Enterprise Vault Admin Service.
- Synchronize mailboxes.
To create the ExchangeServers.txt
file
- Open Notepad.
- Type the IP address of each Enterprise Vault proxy server that connects to the Enterprise Vault server, one entry per line.
Addresses can be in either IPv4 or IPv6 format. IPv6 addresses must be in the form fdfa:9c37:5267:d2e3:a192:b168:cc80:d204.
- Save the file as
ExchangeServers.txt
in the Enterprise Vault installation folder (for exampleC:\Program Files (x86)\Enterprise Vault
). When you save the file, select ANSI, Unicode, or Unicode big endian encoding. - Close Notepad.
To configure the Data Access account for Outlook RPC over HTTP client connections
- If you have already configured Enterprise Vault for OWA or Domino Server Archiving, then an account already exists for managing anonymous connections. This account is the Data Access account. If the account already exists, you must use the same account for anonymous connections from Enterprise Vault proxy servers.
For Domino Mailbox Archiving, the details of the Data Access account are specified on the Data Access Account tab of Directory properties in the Administration Console.
If the Data Access account does not exist, then create an account for this purpose. The account should be a basic domain account; a local machine account cannot be used. The account should not belong to any administrator group, such as Administrators or Account Operators.
- Use the Vault Service account to log on to the Enterprise Vault server that receives anonymous connections from the Enterprise Vault proxy server.
- Open a Command Prompt window with administrator privileges.
- Navigate to the Enterprise Vault installation folder.
- Enter the following command line:
cscript owauser.wsf /domain:domain /user:username /password:password
The file
owauser.wsf
is installed in the Enterprise Vault installation folder.For domain, give the domain of the Data Access account.
For username, give the user name of the Data Access account.
For password, give the password of the Data Access account.
To display help for the cscript command, type
cscript owauser.wsf /?
- The progress of the script execution is displayed in the command prompt window.
The configuration changes made by the script are described in the following technical note on the Veritas Support website:
https://www.veritas.com/docs/100020572
When the configuration script finishes, you are prompted to restart the Enterprise Vault Admin service and synchronize mailboxes.
Restart the Admin service using the Services console.
Use the Enterprise Vault Administration Console to synchronize mailboxes. In the Exchange Mailbox Archiving task properties, select the Synchronization tab. Synchronize Mailbox properties and permissions for all mailboxes.
Restarting the Admin service ensures that Enterprise Vault authentication knows the identity of the Data Access account. Synchronizing the mailboxes updates the client hidden message with the URL to use when connecting to the Enterprise Vault proxy server.
- If there are multiple Enterprise Vault servers in your environment, logon to each server on which you created an
ExchangeServers.txt
file. Run the script,owauser.wsf
, using the instructions that are given in this section.If you add another Enterprise Vault proxy server to your environment at a later date, first add the IP address of the server to the
ExchangeServers.txt
file. Then you rerun theowauser.wsf
script.