After you install the update rollup, you must make changes to the registry on the server that is running Exchange 2007.
Two registry subkeys control the
Duplication Detection function in Exchange 2007. The subkeys are ParametersPrivate and ParametersPublic.
- The ParametersPrivate subkey is used to disable duplicate detection for mailboxes.
- The ParametersPublic subkey is used to disable duplicate detection for public folders.
For each of these subkeys, create the Disable All Duplicate Detection registry entry. When you set this entry to 1, you disable duplicate detection for mailboxes or public folders. To do this, follow
these steps.
Important Disabling duplicate detection on a Mailbox server enables any message to be delivered to a recipient with a duplicate message ID. We recommend that you make this change only on Mailbox servers that contain Journal mailboxes and no other mailboxes.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry key:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/MSExchangeIS/ParametersPrivate
If the ParametersPrivate registry subkey does not exist, follow these steps:- On the Edit menu, point to New, and then click Key.
- Type ParametersPrivate, and then press ENTER.
- On the Edit menu, point to New, and then click DWORD Value.
- Type Disable All Duplicate Detection, and then press ENTER.
- On the Edit menu, click Modify.
- Type 1, and then click OK.
- Locate and then click the following registry key:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/MSExchangeIS/ParametersPublic
If the ParametersPublic registry subkey does not exist, follow these steps:- On the Edit menu, point to New, and then click Key.
- Type ParametersPublic, and then press ENTER.
- On the Edit menu, point to New, and then click DWORD Value.
- Type Disable All Duplicate Detection, and then press ENTER.
- On the Edit menu, click Modify.
- Type 1, and then click OK.
- Exit Registry Editor.