More fun with Exchange 2007 web services

Posted by: Justin

I have seen several broken instances of autodiscover and other Exchange 2007 web services.
Generally fixing these involves…

Verifying internal and external DNS matches (for a single server setup)

autodiscover.domain.com -> cname to mail.domain.com
mail.domain.com -> points to actual exchange server
Make sure this matches on the outside to make things smooth -> external dns should point to those public [...]

Exchange & SSL

Posted by: Justin

Exchange 2007 can be a bear to configure with SSL properly. I have spent a few afternoons fixing issues caused by certificate issues!
Here’s a brief walk-through I have used in the past to get a UCC applied and working for all functions.
Remove the old exchange cert (if applicable)

You won’t need to do this for a [...]