Scenario

To use the Exchange On-Premises feature, you need to install the Exclaimer Exchange Transport Agent.

Resolution

Downloading the Exclaimer Exchange Transport Agent

To download the Exclaimer Exchange Transport Agent:
  1. From the header bar, select the cogwheel icon, then select Exchange On-Premises.
  2. Select Download to download the Agent.


    Select Download to download the Agent.

For more details, see Exclaimer Exchange Transport Agent.

Installing the Exclaimer Exchange Transport Agent on Windows Server Core

To install the Exclaimer Exchange Transport Agent on Windows Server Core:
  1. Run the PowerShell.
  2. Navigate to the folder path where the file has been downloaded.
    For example: cd 'C:\Users\"username"\Downloads'

    Windows PowerShell

  3. Enter the following command to run the installer:

    msiexec /i "full path to MSI"

    For example:

    msiexec /i “C:\Temp\ExclaimerCloudForExchange.msi”

  4. Follow the steps on-screen to complete the installation.

Additional Install options

As it is a Microsoft Installer (MSI), there are a number of values you can pass to the MSI when installing it via msiexec to allow for an installation that requires little graphical interaction.

The different parameters you can pass in the MSI are listed below with examples:

Name Required Description
IMPRINTFRONTEND_URL Yes

The URL is given in the Portal - this is the address of the imprint server your emails will pass through in order to receive a signature.
Example:

msiexec /i “C:\Temp\ExclaimerCloudForExchange.msi” IMPRINTFRONTEND_URL="https://us.imprint.exclaimer.net" API_KEY="*****************************************************" /q

For more information, see Service Uri in Exclaimer Signatures for Exchange.

API_KEY Yes The API Key you created within the Portal - this needs to be validated in order to route an email to the Exclaimer service.

For more information, including how to add and remove API keys, see the API Keys section in Exclaimer Signatures for Exchange.
INSTALLFOLDER No The location where the routing agent will be installed.

We recommend it to be on the root drive of the server, that is C:\Program Files\
ACCEPTED_SENDERS No This is a comma-separated array of SMTP email addresses. It is used to limit the routing agent to a specific list of sender addresses that will be processed.
ACCEPTED_GROUPS No This is a comma-separated array of distribution group display names. It is used to limit the routing agent to a specific list of distribution groups whose members will be processed.