Name

filter

Load Balancing Filter — Routes email to a group of ips

<filter class="xms.filter.data.LoadBalancingFilter" />

Table 21. Attributes for filter tag (for xms.filter.data.LoadBalancingFilter)

NameDescriptionTypeDefault ValueRequired
ipMapName of the map to use. Holds entries inbound ip=outbound ip1,out2,...StringMap Name of a StringMap as defined in StringMapServicenoneyes

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 26. Example configuration for Load Balancing Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.data.LoadBalancingFilter"
      ipMap="ipMap" />