Question: How To Disable Exchange 2007 Back Pressure

by admin on June 17, 2010

Question: How to disable Exchange 2007 Back Pressure

Answer: When running Exchange 2007 in a testing lab with limited resources you might experience issues in mail delivery like emails goes to draft folder or not receiving them at all.

The reason for that is the Back Pressure feature that stops specific functions.

To disable Back Pressure:

Go to C:\Program Files\Microsoft\Exchange Server\Bin directory and open the EdgeTransport.exe.config file using notepad.

Change the value of EnableResourceMonitoring from True to False:

<add key=”EnableResourceMonitoring” value=”true” />

To:

<add key=”EnableResourceMonitoring” value=”false” />
Save file and Restart Microsoft Exchange Transport Service.

  • Share/Bookmark

Related posts:

  1. How To Disable \ Enable Journaling Agent In Exchange 2007
  2. How To Assign Mailbox Permission In Exchange 2007 Using The Shell
  3. Question:How To Change The Mail Queue Settings On Exchange Server 2010
  4. Installingenable Anti-Spam in Exchange 2007
  5. Question:How To Renew The Exchange Server 2007 Self Signed Certificate

Previous post:

Next post: