Veritas Enterprise Vault™ Setting up SMTP Archiving

Last Published:
Product(s): Enterprise Vault (12.2)
  1. About this guide
    1.  
      Introducing this guide
    2. Where to get more information about Enterprise Vault
      1.  
        Enterprise Vault training modules
  2. Introducing Enterprise Vault SMTP Archiving
    1.  
      About Enterprise Vault SMTP Archiving
    2.  
      About SMTP Journaling
    3.  
      About Selective SMTP Journaling
    4.  
      About SMTP Mailbox Journaling
    5.  
      Configuring SMTP Journaling and SMTP Mailbox Journaling
    6.  
      Configuring Selective SMTP Journaling and SMTP Mailbox Journaling
    7.  
      Using Exchange Server to journal messages to Enterprise Vault
  3. Installing SMTP Archiving
    1.  
      About installing Enterprise Vault SMTP Archiving components
    2.  
      Reporting
    3.  
      Monitoring
  4. Configuring SMTP Archiving
    1.  
      Steps to configure SMTP Archiving
    2.  
      Creating archives for SMTP messages
    3. Configuring retention categories and SMTP policies
      1. About X-Headers
        1.  
          About X-Kvs X-Headers
        2.  
          Searching archives for messages with specific X-Headers
    4. Configuring the Enterprise Vault SMTP Servers in the site
      1.  
        Entering the name or IP address of connecting hosts
      2.  
        Obtaining an SSL/TLS certificate
      3.  
        Configuring message tracking for SMTP messages
    5. Adding SMTP target addresses
      1.  
        Additional configuration for Selective SMTP Journaling or SMTP Mailbox Journaling
      2.  
        Additional configuration for Compliance Accelerator
      3.  
        Adding a large number of SMTP target addresses
    6. Adding an SMTP Archiving task
      1.  
        About the SMTP holding folder
      2.  
        Keeping safety copies of archived messages
      3.  
        Task summary reports
  5. Configuring target address rewriting
    1.  
      About target address rewriting
    2.  
      Steps to configure target address rewriting
    3.  
      Adding SMTP target addresses
    4.  
      Adding target address aliases
  6. PowerShell cmdlets
    1.  
      About the PowerShell cmdlets for SMTP Archiving

About SMTP Journaling

Figure: Example of SMTP Journaling

Example of SMTP Journaling

Typically within an organization, SMTP messages are delivered to user mailboxes by one or more MTAs. The MTAs are usually Exchange Servers, or SMTP servers. You configure these MTAs to journal or BCC a copy of each message to an Enterprise Vault SMTP routing address, for example, journal1@ev.example.com.

In Enterprise Vault you configure the routing addresses as SMTP targets, and associate each target address with an archive. In the SMTP target properties, ensure that the target address is enabled for archiving. The check box, Archive messages sent from or received by this SMTP address, must be selected to enable a target address for archiving. When you add a new target address, the check box is selected by default.

The Enterprise Vault SMTP server checks that the routing address is an SMTP target, and adds the routing address to the message as an X-RCPT-TO header. The SMTP server then places the message as an .eml file in the SMTP holding folder.

The SMTP Archiving task then processes the message file in the holding folder. As you enabled the target address for archiving, the task stores the message in the archive that is associated with the target routing address. Although the archive can be of any type, user archive types, such as Exchange Mailbox and Internet Mail archives, are not recommended for SMTP Journaling. The archive types that are typically used for journal archiving are SMTP, Shared, or Exchange Journal archives. In archive types that contain folders, such as SMTP archives, the SMTP Archiving task stores all messages in the Inbox. Other journal archive types, such as Shared and Exchange Journal archives, do not contain folders. In these archives, the task stores all messages in the root of the archive.

In SMTP Journaling, the SMTP Archiving task only needs to examine the X-RCPT-TO field in each message in the holding folder. The advanced SMTP site setting, Selective Journal Archiving, configures the archiving task to search all of the sender and recipient fields (X-RCPT-TO, To, CC, BCC, From, Sender) in each message. To optimize performance for SMTP Journaling, this advanced site setting should be set to Non-selective, the default value.

Figure: Example of SMTP Journaling shows a simple environment with one Enterprise Vault SMTP server. Production environments typically include several Enterprise Vault SMTP servers. As there could be a large volume of messages for journaling, it is advisable to spread the archiving load over several Enterprise Vault storage servers. You can do this by creating several journal archives in different vault stores. A different Enterprise Vault storage service should manage each of the vault stores. If you use a single SMTP routing address, you can implement target address rewriting on the SMTP servers to spread the archiving load across the Enterprise Vault storage services.

If the relay MTA is Exchange Server, you can create journal rules to select the appropriate routing address for the Enterprise Vault SMTP server.

See Using Exchange Server to journal messages to Enterprise Vault.

There are load balancing solutions available that you can use to distribute journaled messages over several Enterprise Vault SMTP servers. For example, basic load balancing can be implemented using DNS MX records with equal preference.

As mentioned, target address rewriting on the SMTP servers enables you to spread the archiving load over several archives and Enterprise Vault storage servers.

See About target address rewriting.

The following points summarize key tasks that you need to perform when implementing SMTP Journaling:

  • Configure the relay MTAs to BCC or journal copies of all messages to the Enterprise Vault SMTP routing address.

  • In Enterprise Vault decide which archives to use. The archives must exist before you configure the routing addresses as SMTP target addresses.

  • In Enterprise Vault configure the routing addresses as SMTP targets, and ensure that they are enabled for archiving; that is, ensure that the check box, Archive messages sent from or received by this SMTP address, in the properties of the target is selected.

  • Ensure that the advanced SMTP site setting, Selective Journal Archiving, is set to Non-selective.