Veritas Enterprise Vault™ Setting up SMTP Archiving

Last Published:
Product(s): Enterprise Vault (12.1)
  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
    5. Adding SMTP target addresses
      1.  
        Additional configuration for Selective SMTP Journaling or SMTP Mailbox Journaling
      2.  
        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 the PowerShell cmdlets for SMTP Archiving

Table: PowerShell cmdlets for SMTP Archiving lists the PowerShell cmdlets that the Enterprise Vault Management Shell provides for managing the SMTP Archiving configuration. See the PowerShell Cmdlets guide for more information on them.

Table: PowerShell cmdlets for SMTP Archiving

PowerShell cmdlet

Description

Get-EVSMTPHoldingFolder

Retrieves details of the SMTP holding folder that is configured for the SMTP Archiving task on the current Enterprise Vault server.

Get-EVSMTPHoldingFolder is provided by Symantec.EnterpriseVault.PowerShell.Core.dll, which is not imported automatically by the Enterprise Vault Management Shell. You must import this module.

Get-EVSMTPPolicy

Retrieves the properties of an existing SMTP policy.

New-EVSMTPPolicy

Creates a new SMTP policy.

Remove-EVSMTPPolicy

Deletes an SMTP policy.

Set-EVSMTPPolicy

Updates the properties of an existing SMTP policy.

Get-EVSMTPTarget

Retrieves the properties of an existing SMTP target.

New-EVSMTPTarget

Adds a new SMTP target address.

Remove-EVSMTPTarget

Deletes an SMTP target address.

Set-EVSMTPTarget

Updates the properties of an existing SMTP target address.

Get-EVSMTPServerSettings

Retrieves the SMTP server settings that apply to all the Enterprise Vault SMTP servers in the site.

New-EVSMTPServerSettings

Creates the SMTP server settings that apply to all Enterprise Vault SMTP servers in the site.

Set-EVSMTPServerSettings

Updates the SMTP server settings that apply to all Enterprise Vault SMTP servers in the site.

Sync-EVSMTPServerSettings

Synchronizes SMTP server settings from the Enterprise Vault directory to the specified Enterprise Vault SMTP server.

For information on how to manage X-Header lists, type get-help about_SMTPXHeaders.

The following commands provide information on managing the authentication of incoming connections to the SMTP servers:

  • get-help about_SMTPConnectionControlList

  • get-help about_SMTPEnumerations

  • get-help about_TlsCertificate