How to set up email signatures and disclaimers on Exchange Server 2010

How to set up email signatures and disclaimers on Exchange Server 2010

In this article I explain how to set up a company-wide email signature using Exchange 2010 Transport Rules in 7 steps. Note that this method has its limitations, such as not displaying the signature in users’ Sent Items folders and no way to add the signature under latest messages in email chains (learn more…).

Fun fact: Did you know that Exchange 2010 reached its end of life on October 13, 2020? It means no more security updates and you’re on your own when trying to keep the server alive.

7 steps to manage email signatures in Exchange 2010

  1. Run the Exchange Management Console on your server.
  2. Expand Organization Configuration and select Hub Transport. In the Result pane (middle) select the Transport Rules tab and then click New Transport Rule… in the Action pane (right).

    Transport Rules tab in the Exchange Management Console
    Fig. 1. Transport Rules tab in the Exchange Management Console.


  3. A Transport Rule creation wizard will start up. Type in your rule’s name and a short description, so that you can easily identify it later on, when you have multiple transport rules. Check the Enable Rule option to have the rule enabled immediately after it is created (you can also enable/disable it afterwards). Click Next when ready.

    New Transport Rule creation wizard
    Fig. 2. New Transport Rule creation wizard.


  4. Define what conditions will have to be met by an email for the signature to be added to it. To do this, check one or more options available and then provide the specifics in the Edit the rule description by clicking an underlined value box below. The complete list of transport rule predicates available in Exchange 2010 can be found in this TechNet article. In my case the conditions will be from people (members of the sales department) and sent to users that are inside or outside the organization, or partners (outside the organization). Click Next when ready.

    NOTE: If you do not add any conditions the signature will be applied to all emails that travel through your server and do not meet the exceptions you define in step 6.


    Defining conditions for a transport rule
    Fig. 3. Defining conditions for a transport rule.


  5. Check the append disclaimer text and fallback to action if unable to apply action and in the Edit the rule description by clicking an underlined value box below click disclaimer text. A new window will pop out – in it type the Plain Text or HTML source version of your disclaimer and press OK. Click Next when ready.

    HTML source of a disclaimer including Active Directory variables and an image
    Fig. 4. HTML source of a disclaimer including Active Directory variables and an image.


    The disclaimer can contain text, Active Directory variables, HTML tags and CSS styles.


    To include an image, use the <img> HTML tag with the src attribute pointing to the image’s Web location. E.g.: <img src="https://www.mail-signatures.com/wp-content/uploads/2013/07/Logo.png">. Keep in mind that the image will not be embedded in the signature – the recipient’s email client will pull it from the Web each time the signature is viewed.


    To use an Active Directory variable, type %%<name_of_variable>%% (e.g. %%DisplayName%%). For more see: Active Directory data in email signatures


  6. Define what exceptions would have to be met for the rule not to be applied to an email message. If you do not choose any exceptions, the rule will apply to all emails that meet the conditions defined in step 4. Click Next when ready.

    Defining exceptions to a transport rule
    Fig. 5. Defining exceptions to a transport rule.


  7. The wizard will display a summary of the rule and a PowerShell script, which you can use to deploy your disclaimer or save for future use. Click New for the script to be automatically executed – the wizard will notify you whether the disclaimer was successfully deployed (Completed) or not (Failed). Click Finish when ready.

    Final step - rule summary and PowerShell script
    Fig. 6. Final step – rule summary and PowerShell script.


    The new disclaimer rule should be added to your Transport Rules list. You can disable/enable, remove or edit your rule e.g. by right clicking on it and selecting the option you want:


    Exchange 2010 transport rule options
    Fig. 7. Exchange 2010 transport rule options.


Read more: