To verify what roles have been installed on an Exchange 2007 server you can run the Get-ExchangeServer cmdlet in the Exchange Management Shell.
This will display a list of all Exchange 2007 server roles that are installed on the specified server. You can compare this against the roles you intended to install:
c:\ Exchange> get-exchangeserver <servername> | FL
ServerRole: ClientAccess, HubTransport
Particular attention should be paid to “ServerRole” In this case we have the ClientAccess and HubTramsport roles installed