Destination aliases

A destination alias is a list of message addresses and other destination aliases. When a message is sent to a destination alias, it is sent to all members of the list.

A member of a destination alias can have a delivery condition associated with it. Only messages that match the condition are forwarded to the corresponding member.

Example

Define a destination alias called all_clients with members client1 and client2.

Define the following delivery condition for client1:

ias_Priority=1

Define the following delivery condition for client2:

ias_Priority=9

Only messages with priority 1 are sent to client1 and those with priority 9 are sent to client2.


Creating destination aliases