Exchange, Load balancers and recommendations

This is a follow-up post to Differences in Exchange Load Balancing recommendations by Microsoft and vendors. This post refers to issues I discovered and were discussed in that post. I suggest reading the previous article before reading this one. I also expect some experience with load balancers in combination with Exchange Server 2010. In the previous post I mentioned several discrepancies...

Differences in Exchange Load Balancing recommendations by Microsoft and vendors

*** See my followup here Exchange, Load balancers and recommendations: At TechEd North America 2011 Andrew Ehrensing (Solution Architect form Microsoft) presented the session “Load Balancing with Exchange Server 2010” (EXL307) for which the video and slides can be found here. It was an excellent session, a lot of useful information even if you don’t have to load balance with...

Change in Exchange 2010 SP1 CAS static port configuration

For those who are using Exchange 2010 DAG and a Network Load Balancer, note that there is a small difference between RTM and SP1. If you choose to use static ports for your Client Access Servers, for the Address Book Services you would edit the Microsoft.exchange.addressbook.service.exe.config located in: “C:\Program Files\Microsoft\Exchange Server\V14\Bin” But with SP1 (directly installed or upgraded from RTM),...

Setting the Postmaster address in Exchange

Somebody asked me today, whether it is a good idea to set the postmaster address in Exchange. Well, short answer: yes! It’s is even mandatory according to RFC 5321 section 4.5.1. For Exchange 2010 you will have to use the Set-TransportConfig cmdlet: Set-TransportConfig -ExternalPostmasterAddress <ExternalPostmasterSMTPAddress> For Exchange 2007 you will have to use the Set-TransportServer cmdlet for each Hub and...

Can you easily restrict or accept messages to a Distribution Group?

Today’s question of the day is whether you can restrict users mailing to a specific Distribution Group in Exchange? Yes, you can. You can add users but also Distribution Groups to the list of who the Distribution List will accept messages from. The messages of members of the Distribution will then be accepted. A (mail enabled) Security Group is also...

Public Folders and the DAG

When realizing a High Available Exchange 2010 environment, you automatically going to use DAG (Database Availabilty Groups). It is a different approach with previous versions of Exchange, who leverage server redundancy. DAG supplies us with mailbox database redundancy. When using a DAG the single point of entry for your clients and for all protocols (including MAPI RPC), is the Client...