Well, nearly. Nearly being another way of saying no of course.
The problem is the Edge Transport server role. The ET role ("email home"? Sorry...) is the unpopular one of the group. No-one wants to be near him. He can't be on the same server as the other roles, not even on a domain machine. So, the minimum hardware for an Exchange system with all the elements installed is TWO 64 BIT SERVERS!? Am I the only one who thinks this is excessive? I only discovered this because emails could not be received as they were not authenticated - basically without the Edge Transport role your server's Hub Transport role does the donkey work, assuming you have one. Role that is, not donkey. And the Hub Transport role does not allow anonymous email by default and doesn't scan for spam unless you tell it to.. So, here are the inevitable couple of Powershell commands to make it work...
- Set-ReceiveConnector -Identity "
" -PermissionGroups AnonymousUsers - cd C:\Program Files\Microsoft\Exchange Server\Scripts
- install-AntispamAgents.ps1