If you are moving hundreds or thousands of mailboxes, you
		  can use one or more of the following methods to prevent performance issues: 
		  
- Make sure that the TMP and TEMP environment variables point
				to a very fast spindle set (possibly RAID 0+1). For stand-alone mailbox
				servers, we recommend that you adjust the system environment TMP and TEMP
				variables. For server clusters, we recommend that you configure the variables
				for the service account under which the server cluster is running. 
- Add the Compatibility registry value. This value informs the store to use approximate
				instead of exact calculations for message sizes. The following sections
				describe this procedure in more detail.
- Add the MaxResponseSizeInBytes registry value in Exchange
				Server 2003.
Add the Compatibility registry value for POP3 users
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
 The Compatibility registry value can be
		  used to instruct the Exchange store to use approximate message sizes instead of
		  calculating exact message sizes for POP3. 
Add the Compatibility registry value for POP3 users
- Start Registry Editor.
- Locate and then click the following key in the registry:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ 
POP3svc\Parameters
 
- On the Edit menu, click Add
				Value, and then add the following registry value:
   Value name: Compatibility
 Data type: REG_DWORD
 Radix: Hexadecimal
 Value
				data: 0xfffffffe
 
- Exit Registry Editor.
Enable fast message retrieval  for IMAP4 users
- Open the properties of the IMAP4 virtual server.
- On the General tab, click to select the
				Enable fast message retrieval check box, and then click
				OK. 
 For more information about this issue, click the
			 following article number to view the article in the Microsoft Knowledge Base: 
317722
 Client latencies occur when Exchange 2000 converts mail from MAPI to MIME format
 Add the MaximumResponseSizeInBytes registry value in Exchange Server 2003 for WebDAV clients such as Entourage
The MaximumResponseSizeInBytes registry value helps allocate more
		  memory to the IIS worker process when Entourage users are working with large
		  messages. 
When content conversion occurs in Exchange Server for large
		  messages, IIS may run out of memory space when it tries to sustain the
		  communication pipe between Exchange Server and the Entourage client. When you
		  set a larger value for this registry key, you help IIS sustain the
		  communication pipe and the content conversion process for large messages.
		  
Content conversion happens only when such messages are accessed by
		  users in Entourage. Therefore, the effect on performance is distributed over
		  time. 
Add the MaximumResponseSizeInBytes registry key to at least
		  those Exchange Server 2003 front-end and back-end servers that Entourage users
		  use to connect to their Exchange Server mailboxes. 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
 - Start Registry Editor.
- Locate and then click the following registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeWEB\DAV  Note By default, theDAV key is not in the registry. You
				will have to create it yourself.
- On the Edit menu, click Add
				Value, and then add the following registry value: Value name: MaximumResponseSizeInBytes 
 Data type: REG_DWORD
 Radix: Decimal
 Value data:
				value
 For
				example, if you decide to increase this value to 500 megabytes (MB), use the
				following calculation:1024 * 1024 * 500 = 524288000 (Decimal) = 1F400000 (Hexadecimal) Enter the results of this calculation in the
				Value data field. In this example, you would enter
				524288000 (Decimal)  or 1F400000
				(Hexadecimal).
				Remember that the configurable range for this registry key is 1 MB to 1
				gigabyte (GB). Better results occur if customers set it to a value of 500 MB or
				a higher value, such as 800 MB.
 
 NoteWe recommend that you set the value back
				to the default value or to a lower value after the content conversion issue
				subsides in your organization. The default value of this registry key is 128
				MB. We also recommend that you set correct messages limits and mailbox size
				limits on your Exchange server to prevent performance issues.
- Exit Registry Editor.
 To put this registry key into effect under Internet Information
		  Services (IIS), restart the Exchange Application Pool. Then, if an Entourage
		  user tries to work with a message that is larger than the value in the Value
		  data field, the user may experience performance issues. An oversize message may
		  also cause performance issues on the server side. This may affect other users. 
Important This registry key works only for Exchange Server 2003. It does
		  not work for Exchange 2000 Server.