To resolve this issue, install Microsoft Exchange Server 2003 Service Pack 2 (SP2). If applying Exchange Server 2003 SP2 is not an option, add a registry key to force Exchange ActiveSync to locate
the mailbox by using the secondary SMTP addresses. To do this, follow these steps.
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
Note This change requires that you restart the Microsoft Internet
Information Services (IIS) Admin service.
- Click Start, click Run,
type regedit in the Open box, and then
click OK.
- Locate the following registry key:
HKEY_Local_Machine\System\CurrentControlSet\Services\MasSync\Parameters\
- Right-click Parameters, click
New, and then click String Value.
- "New value #1" is selected. Type
SMTPProxy and then press ENTER to rename the value.
Right-click SMTPProxy, and then click
Modify.
- In the String Data line, type the SMTP
domain of your default Recipient Policy. For example, type
contosoltd.com.
- Click OK to quit Registry Editor.
- Restart the IIS Admin service. To do this, follow these
steps:
- Click Start, click
Run, type services.msc, and then click
OK.
- In the list of services, right-click IIS Admin
service, and then click Restart.
After you apply the new registry setting, Exchange ActiveSync
will look through all the SMTP addresses to locate the mailbox. For example, a
user at Contoso, Ltd. has the following SMTP configuration:
SMTP:admin@contoso.com <------------Primary SMTP address
smtp:admin@contosoltd.com
After you add the SMTPProxy value and set it to contosoltd.com,
Exchange ActiveSync will correctly look for the admin@contosoltd.com mailbox.
Important