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

routing for individual recipient

Greg.Howley
Level 1
Level 1

is there a way to route for a specific address within a domain?

EG: domain example.com is routed to mailhost1.example.com but specialuser@example.com gets routed to mailhost99.excample.com

Thanks

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

Hi Greg,

This can be done using a content filter/message filter.

Condition:

Envelope sender/Envelope recipient: specialuser@example.com

Action:

Route to alternate host: mailhost99.excample.com

Do note mailhost99.excample.com should be resolvable by the DNS server to an IP address in order for it to deliver to it.

Once the above filter is implemented only emails matching the condition would route to mailhost99.excample.com while all other emails would process normally using SMTP routes or DNS MX records.

Thanks!

Libin Varghese