Name

filter

Simple Relay Filter — Allows email to come through for a specified list of local domains, or by connection ip

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

Table 34. Attributes for filter tag (for xms.filter.recipient.SimpleRelayFilter)

NameDescriptionTypeDefault ValueRequired
allowThe list of hosts to allow accessString any character combinationnoneno
denyThe list of hosts to deny accessString any character combinationnoneno
domainsA comma seperated list of domain names, or IP addresses. If the recipient address is not in this list the message will be blockedString any character combinationnoneno
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

Example 39. Example configuration for Simple Relay Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.SimpleRelayFilter"
      allow="allow"
      deny="deny"
      domains="domains"
      groups="groups"
      order="order" />