Relevant Products: Signature Manager Outlook Edition
WARNING! The following products were discontinued on 30 September 2022:
- Exclaimer Signature Manager Outlook Edition
- Exclaimer Signature Manager Exchange Edition
The end of Support for these products is 30th September 2024.
For more information, please see the Discontinued Questions and Answers page.
This article provides information on how to configure your system to deploy signatures to users who work remotely or use computers that are not joined to the Active Directory domain. Once you have installed Exclaimer Signature Manager Outlook Edition, you can access detailed help for all aspects of the application from the Help menu.
Introduction
If you have remote users who use computers that are not joined to the Active Directory domain to access your network, you can configure the system to deploy signatures to their local copy of Outlook.
To achieve this, you need to:
- Deploy signatures for remote users to a given directory.
- Configure an Internet-facing Virtual Directory in IIS.
- Install a copy of the Exclaimer Outlook Settings Update Client on the remote computer.
Define a deployment directory for remote users
There are two options for setting a deployment directory for remote users:
- Option 1 - Configure each remote user separately
- Option 2 - Have all users retrieve their signature from the same place
The deployment directory can be:
- A UNC path. For example \\DC1\Outlook Signatures
- A local folder. For example C:\Outlook Signatures
Network drives (for example Z:\Outlook Signatures) cannot be used. This is because the service that deploys signatures runs under the LocalSystem account by default. This account does not have access to the network drives of the logged-on user.
Procedures for both options are detailed below.
Option 1 - Configure each remote user separately
For each user requiring the deployment of a remote signature, you must edit the configuration file for the network-based ExSync agent.
- Locate and open the required ExSync.cfg file. This file can be found in the relevant network share, as specified on the Settings tab for the selected signature deployment policy. For example:
Note: The number of signature deployment policies found will vary from one organization to another. Many organizations will only ever need the one signature deployment policy that is automatically created when Exclaimer Signature Manager Outlook Edition is installed. - Open the ExSync.cfg file in Notepad (or a similar text editing program). The content of this file should be similar to the example shown below:
- Add the following lines to the configuration file:
[RemoteUsers] {DefaultSMTPAddress}={RemoteSignatureLocation}{DefaultSMTPAddress}={RemoteSignatureLocation}
Where {DefaultSMTPAddress} is the SMTP Address of a remote user and {RemoteSignatureLocation} is the location to which you will point the virtual directory.
For example:
[RemoteUsers]Peter.Jones@exclaimer.co.uk=C:\Signature Deployment
Option 2 - Configure the product to deploy all user signatures to the same location
- Open the relevant ExSync.cfg file in Notepad (or a similar text editing program). The content of this file should be similar to the example shown below:
- Beneath the [Global] section, add the following line:
RemoteSource={RemoteSignatureLocation}
Where {RemoteSignatureLocation} is the location for the virtual directory.
For example:
RemoteSource=C:\Signature DeploymentThe final configuration file should look similar to the example below:
Note: Remember that if multiple signature deployment policies are defined, you may need to update multiple ExSync.cfg files (each signature deployment policy is associated with its own ExSync.cfg file). - These changes will allow files to be generated in the specified folder, similar to the following image:
Configuring an Internet-facing virtual directory in IIS
The configuration process for both IIS 6 and IIS 7 is detailed in the following sections.
Configuring a virtual directory using IIS 6
- Open the Internet Information Services Manager (inetmgr.exe):
- Expand nodes and locate the Default Web Site entry:
- Create a new Virtual Directory (Action > New > Virtual Directory...):
- Click Next to launch the Virtual Directory Creation Wizard:
- Click Next and enter an Alias (with which users will connect to this virtual directory):
- Click Next then click Browse to navigate to the Remote Deployment Location (as described previously):
- Click Next to set permissions. Here you can accept default permissions however, only Read permissions are required:
- Click Next to confirm settings then click Finish to exit from the wizard:
Now when you check the content of the virtual directory, you will see that deployed signatures are present:
Configuring a virtual directory using IIS 7
- Open the Internet Information Services Manager (inetmgr.exe).
- Expand nodes and locate the Default Web Site entry.
- Right-click on the Default Web Site node and select Add Virtual Directory.
- Enter an Alias and a Deployment Folder Location.
Now, when you check the content of the virtual directory, you will see that deployed signatures are present.
Installing the Exclaimer Outlook Settings Update Client on remote computers
The Exclaimer Outlook Settings Update client must be installed on each remote computer(s)that are not joined to the Active Directory domain.
To achieve this, the following preparation is required:
- Each end-user should download the Exclaimer Outlook Settings Update Client (an MSI file) to their computer. This file is added to their Exclaimer Signature Manager Outlook Edition installation directory when the product was first installed. It can be copied from here and distributed to remote users, as required.
- You will need to know the URL of the remote signature location and the SMTP Address for each user's account (your network administrator should be able to provide this information).
The client installation process
- Double-click the MSI file to launch the Exclaimer Outlook Settings Update Client Setup wizard.
Note: The Exclaimer Outlook Settings Update Client.msi package can be located in the Signature Manager Outlook Edition installation directory (By default, it is C:\Program Files (x86)\Exclaimer Ltd\Signature Manager).
- Click Next to view and accept the License Agreement:
- Click Next to define an installation location. By default, this is set to Program Files:
- Click Next to define user settings for the application.
Here, the SMTP Address should be defined as the user's default email address and the Remote Signature Location should be defined as the external Web address of the deployment location for signatures.
In our example this will be:
- SMTP Address: 'peter.jones@exclaimer.co.uk'
- Remote Signature Location: 'http://www.mycompany.co.uk/Signatures'
- Click Next to confirm settings:
- Click Install to perform the installation. Upon completion, you have the option to immediately start the Remote Client, or it will be started the next time the user logs on to their computer:
- You can check that ExSync is running by viewing processes in Windows Task Manager:
Signatures are now deployed to this computer and can be seen in Microsoft Outlook. If any errors are encountered updating signatures, they will be shown in the Application Event Log of this computer.