Name

filter

Local Delivery Filter — Changes the message target for recipient domains found in the localdomains attribute

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

Table 19. Attributes for filter tag (for xms.filter.recipient.LocalDeliveryFilter)

NameDescriptionTypeDefault ValueRequired
localDomainsThe name of a StringList implementation that contains a list of local domainsStringList Name of a StringList as defined in StringListServicenoneno
localTargetThe target to use to deliver local mailString any character combinationnoneno
multiplexerThe multiplexer this filter will deliver toString any character combinationnoneno
remoteTargetThe target to use to deliver remote mailString any character combinationnoneno

Service Dependencies

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

Example 24. Example configuration for Local Delivery Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.LocalDeliveryFilter"
      localDomains="localDomains"
      localTarget="localTarget"
      multiplexer="multiplexer"
      remoteTarget="remoteTarget" />