Name

filter

List Relay Filter — Allows email to come through for a specified list of local domains, or by connection ip. Supports StringList types for the list of domains, accept and reject addresses

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

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

NameDescriptionTypeDefault ValueRequired
allowThe list of hosts to allow accessString any character combinationnoneno
allowListA StringList containing ips allowed to relayStringList Name of a StringList as defined in StringListServicenoneno
authorizedSendersA StringList containing domains authorized to relayStringList Name of a StringList as defined in StringListServicenoneno
denyThe list of hosts to deny accessString any character combinationnoneno
denyListA StringList containing ips denied the ability to relayStringList Name of a StringList as defined in StringListServicenoneno
domainsA StringList containing domain names or IP addresses. If the recipient address is not in this list the message will be blockedStringList Name of a StringList as defined in StringListServicenoneyes
groupsThe list of groups allowed to relayString any character combinationnoneno
orderThe order in which the allow and deny attributes are evaluatedOrder One of the following values: allow,denydeny,allowno

Service Dependencies

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

Example 24. Example configuration for List Relay Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.ListRelayFilter"
      allow="allow"
      allowList="allowList"
      authorizedSenders="authorizedSenders"
      deny="deny"
      denyList="denyList"
      domains="domains"
      groups="groups"
      order="order" />