#if version >= 3
CLASS MACHINE

CATEGORY «Network»

CATEGORY !!PortMapping
		POLICY !!ExchangeNS
			KEYNAME «SystemCurrentControlSetServicesMSExchangeSAParameters»
			EXPLAIN !!PortMapping_E
                	PART !!RFR NUMERIC 
				VALUENAME !!TCP 
				MIN 1024 MAX 5000 DEFAULT 2000
 			END PART
                	PART !!NSPI NUMERIC 
				VALUENAME !!TCPNSPI
				MIN 1024 MAX 5000 DEFAULT 2001
 			END PART

		END POLICY
		POLICY !!ExchangeIS
			KEYNAME «SystemCurrentControlSetServicesMSExchangeISParametersSystem»

                	PART !!IS NUMERIC 
				VALUENAME !!TCP 
				MIN 1024 MAX 5000 DEFAULT 2002
 			END PART
		END POLICY
		POLICY !!DCDS
			KEYNAME «SystemCurrentControlSetServicesNTDSParameters»

                	PART !!NTDS NUMERIC 
				VALUENAME !!TCP 
				MIN 1024 MAX 5000 DEFAULT 1026
 			END PART
		END POLICY
END CATEGORY

END CATEGORY

[STRINGS]

ExchangeNS = Exchange Name Services
ExchangeIS = Exchange Information Store
DCDS = Domain controllers NTDS
Network = Network configuration
PortMapping = Static RPC port mapping
RFR = SA Request For Response   (RFR) TCP port
NSPI = DS Name Service Provider  (NSPI) TCP port
IS =   Exchange Information Store (IS) TCP port
NTDS = NT Directory Services TCP port
TCP = TCP/IP Port
TCPNSPI = TCP/IP NSPI Port
PortMapping_E = Map Exchange RPC services to static port?s
#endif