Installing Internet Mail Service Extension
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
To install Internet Mail Service Extension (Imsext.dll):
- To copy the Internet Mail Service Extension to your server, do one of the following:
- Register Internet Mail Service Extension by typing the following at the command prompt:
regsvr32 imsext.dll
- To enable Internet Mail Service Extension in Exchange Server 5.5 Service Pack 1 or later without losing routing table capability, you need to create a registry value:NOTE: Microsoft recommends the following method to enable Internet Mail Service Extension.
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: NonRoutingExtensionDll
Data Type: REG_SZ
String Value: The full path of the Internet Mail Service Extension utility DLL
You can also enable Internet Mail Service Extension in the Exchange Server Administrator program by opening the Internet Mail Service properties, clicking the Routing tab, and then selecting Internet Mail Service Extension as the custom routing program. IMPORTANT: Microsoft does not recommend this method. You will lose routing table capability.
- Create an Extension registry key:
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters
- On the Edit menu, click Add Key, and then type Extension.
- Quit Registry Editor.
Inbound SMTP
To add prepended text to the body of an inbound Simple Mail Transfer Protocol (SMTP) message, create an
InboundPrepend registry value:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters\Extension
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: InboundPrepend
Data Type: REG_SZ
String Value: The text that you want to prepend to incoming messages.
- Quit Registry Editor.
To add appended text to the body of an inbound SMTP message, create an
InboundAppend registry value:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters\Extension
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: InboundAppend
Data Type: REG_SZ
String Value: The text that you want to append to incoming messages.
- Quit Registry Editor.
Outbound SMTP
To add prepended text to the body of an outbound SMTP message, create an
OutboundPrepend registry value:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters\Extension
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: OutboundPrepend
Data Type: REG_SZ
String Value: The text that you want to prepend to outgoing messages.
- Quit Registry Editor.
To add appended text to the body of an outbound SMTP message, create an
OutboundAppend registry value:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters\Extension
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: OutboundAppend
Data Type: REG_SZ
String Value: The text that you want to append to outgoing messages.
- Quit Registry Editor.
You must restart the Internet Mail Service for these changes to take effect. You must also restart the Internet Mail Service if you change the text string.