cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
574
Views
0
Helpful
1
Replies

Message Filter to outgoing mail

eliud.cardenas
Level 1
Level 1

Hi Guys,

I have a question about message filter, in my setup I have multiple IP addresses configured all with internet access, my question is what content filter can be used to make round robin to my outgoing mail with all my IPs?

 

Regards!

1 Reply 1

Hrvoje (Harry) Dogan
Cisco Employee
Cisco Employee

Hi Eliud,

 

You don't need a content filter. First, you must create an interface group. In CLI, run "interfaceconfig", then "groups", "new". Give your new group interface a name, and list all the interfaces you want to include for round robin delivery.

Once you have the group configured, issue "deliveryconfig" command, "setup", and set delivery to use the newly created group.

If you want just *some* messages to be delivered round robin through multiple interfaces, then skip the deliveryconfig part, and create a content or message filter that will use altsrchost() ("Deliver from IP interface") action.

Hope that helps!