The issue occurs when you are trying to create mailbox for new user using ADUC in Exchange 2003
By Microsoft the reason for the issue is : After upgrade of the forest to a 2003 native mode functional level, the Recipient Update Service may overwrite the value of the homeMDB attribute for new Microsoft Exchange Server 2003 users.
To fix the issue:
- Open ADSI Edit.
- Double-click the Configuration container
- Expand CN=Services
- Expand CN=Microsoft Exchange,
- Expand CN=<Your ExchangeOrganizationName>.
- Click CN=System Policies.
- In the right pane, right-click CN=Mailbox Enable User, and then click Properties.
- Scroll down to select the purportedSearch attribute, and then click Edit.
- Clear the attribute, and then use the following filter to configure the attribute:
(&(objectCategory=person)(objectClass=user)(mailnickname=*)(homeMdb=*)) - Click OK .
Solution was been created with the help of the following article:http://technet.microsoft.com/en-us/library/aa998426.aspx
note:You must enter the attribute without any spaces, exactly as it is.


