Configurations
Proxy configuration
Transfer Manager should be closed before Proxy settings can be changed in MFT Options in Outlook.
Configuration requirements for Windows Terminal Services and Citrix Presentation servers/XenApp on server farms.
Windows terminal services
- “Roaming profiles” should be configured under Terminal Services. This is required because file system and registry changes for a user session should be preserved between different servers. “Roaming profiles” is not a requirement on a single server configuration. However, if the plan is to increase the number of servers in the future, it does make sense to configure “roaming profiles” from the outset.
Please refer to the following article for reference: http://technet.microsoft.com/en-us/library/cc754746(v=WS.10).aspx
Citrix servers
- “Roaming profiles” should be configured, same reasons as for Win Terminal services.
- Configuration should not allow creation of multiple user sessions. Session should be reused for all launched applications, which is the default configuration. This is required to ensure that both Outlook add-in and Transfer Manager run on the same server. Please refer to (Citrix Presentation Server Administrator Guide)
Enable or disable MFT for selected users in shared environments such as MS Terminal services or Citrix
Policy settings
To enable/disable MFT add-in in Outlook for selected users in the shared environment such as Terminal Services or Citrix, use the following registry parameter, example shown for current user. Shared environments may provide specific ways to edit the registry for each user in HKEY_USERS.
HKEY_CURRENT_USER\Software\THRU\Client\PluginOperationPolicy
The key can be set to one of the following values:
-
PluginOperationPolicy=NeverSendThru
Disables MFT in Outlook, all emails are sent in a regular way, MFT buttons are disabled, MFT Options do not contain message policies. MFT toolbar is visible in Outlook to enable use of MFT Explorer. -
PluginOperationPolicy=DefaultSendThruModeOn
Enables MFT in Outlook, send email via MFT or regular mail according to a user selection. MFT Send Mode is enabled by default. -
PluginOperationPolicy=DefaultSendThruModeOff
Enables MFT in Outlook, send email via MFT or regular mail according to a user selection. MFT Send Mode is turned disabled by default. -
PluginOperationPolicy=AlwaysSendThru
Always send e-mail via MFT, user cannot change the setting.
Steps to set Individual policies for MFT users in shared environments
Individual plugin operation policy can be defined by writing into registry location for selected users prior to installation of MFT add-in. Policy value can be locked by another registry parameter that prevents policy value in registry from being overwritten by the value from MFT configuration file when Outlook starts (default behavior)
Sample scenarios with mixed enable/disable settings for different users in shared environment:
Scenario A. Install MFT package that has MFT enabled by default and disable MFT for selected users.
Step 1:
For each user who should have MFT in disabled state, load this user’s registry hive and create the following parameters in the key
Software\MFT\Client\
PluginOperationPolicy=NeverSendMFT (string parameter)
ProtocolFileLastUpdate=0 (string parameterto lock the policy)
Step 2:
Install MFT package that has MFT enabled by default.
Step 3:
All users start Outlook: for all users with patched registry MFT runs in disabled state when starting Outlook after MFT installation, only MFT Explorer is available and no email add-in is loaded.
All other users will run MFT in enabled state.
Scenario B. Install MFT MSI that has MFT disabled by default and enable MFT for selected users.
Step 1:
For each user who should have MFT in enabled state, load this user’s registry hive and create the following parameters in the key
Software\MFT\Client\
PluginOperationPolicy=DefaultSendThruModeOff (string parameter, can be one of the other values that enables MFT like DefaultSendThruModeOn or AlwaysSendThru, see above )
ProtocolFileLastUpdate=0 (string parameter to lock the policy)
Step 2:
Install MFT package that has MFT disabled by default.
Step 3:
All users start Outlook : for all users with patched registry MFT runs in enabled state when starting Outlook after MFT installation.
All other users will run MFT in disabled state.
Known issues
List of known issues in the MFT Outlook Add-In deployment
| Component | Issue description |
|---|---|
| Installer package on Windows 8 Outlook 2013 | Uninstall with “Delete MFT Desktop settings” selected does not remove configuration files archiving.config, protocol.config, MFT. config |