Welcome to Matts Admin tips. This blog is full of little fixes, tutorials and work-arounds to those anoying problems that a Systems Administrator might face. If you find something that you have found useful please leave me a comment - I appreciate knowing that I've helped! Also, feel free to leave a comment if my tips or ideas don't work in your environment... I monitor them closely and would be happy to help! Matt

Exchange 2007 not delivering mail (messages sitting in Outbox)

If your email messages are not being delivered – just sitting in the Outbox, it could be due to 2007 resource monitor pausing the delivery due to “insufficient resources”

You can check to see if your server is showing these symptoms by TELNETTing to the localhost on port 25 and attempting to manually deliver a piece of mail. You may receive the “insufficient resources” error.

A quick and dirty way to resolve this error without actually giving the server more resources is to disable the monitoring – this is recommended as a short term fix only.

To disable the Exchange Monitoring:

1. Browse to the EdgeTransport.exe.CONFIG file (normally found at %systemdrive%\Program Files\Microsoft\Exchange Server\Bin) and open the file in notepad
2. Find the string <add key=”EnableResourceMonitoring” value=”true” />and change the “true” to “false”
3. Now either restart the Exchange services or reboot the server (I like to reboot the server just to be sure!)

Again, this is only a temporary measure – and I would only suggest using it in a lab environment. However if you plan to upgrade your hardware in the short term this trick might just get you though.

Tags: , , ,

No Responses
Filed under:Uncategorized

Leave a Reply