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)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| allow | The list of hosts to allow access | String any character combination | none | no |
| deny | The list of hosts to deny access | String any character combination | none | no |
| domains | A comma seperated list of domain names, or IP addresses. If the recipient address is not in this list the message will be blocked | String any character combination | none | no |
| groups | The list of groups allowed to relay | String any character combination | none | no |
| order | The order in which the allow and deny attributes are evaluated | Order One of the following values: allow,deny | deny,allow | no |