Name
filter
Simple Forwarder — Forwards mail for one address to another
<filter class="xms.examples.SimpleForwarder" … />
Table 25. Attributes for filter tag (for xms.examples.SimpleForwarder)
| Name | Description | Type | Default Value | Required |
|---|
| forwardTo | New email address | String any character combination | none | yes |
| mailFor | Original email address | String any character combination | none | yes |
Example 30. Example configuration for Simple Forwarder
Required attributes are marked with a bold typeface
<filter class="xms.examples.SimpleForwarder"
forwardTo="forwardTo"
mailFor="mailFor" />