Name

filter

Forwarding Filter — Forwards emails based on entries in a StringMap

<filter class="xms.filter.recipient.ForwardingFilter" />

Table 15. Attributes for filter tag (for xms.filter.recipient.ForwardingFilter)

NameDescriptionTypeDefault ValueRequired
domainListList of domains to limit to for 'user@' type lookupsStringList Name of a StringList as defined in StringListServicenoneno
mapName of the map to useStringMap 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 18. Example configuration for Forwarding Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.ForwardingFilter"
      domainList="domainList"
      map="map" />