Everything from important@??? AND to foo1@???--->
192.168.178.1
Everything else from important@??? should still go to
10.10.10.10.
So we need to take one sender address, and route everything from that sender
address to a defined list of recipients on 192.168.178.1, while everything
else from that sender should still go to 10.10.10.10.
Example with two addresses, that we want to route in a different way:
>From important@??? and to foo1@??? --> 192.168.178.1
>From important@??? and to foo2@??? --> 192.168.178.1
>From important@??? and to root@??? --> 10.10.10.10
I see routers can decided based on domains and based on senders, but i don't
see they can decide based on senders AND recipients.