> Don't use FILTER for mail routing; it affects all recipients of a message.
>
> Do use transport_maps entries to direct specific recipients to the correct
> mail server.
>
> # transport_maps
> example.com  smtp:[IP1]
> u...@example.com  smtp:[IP2]
>

I tried, but I have to know all addresses.
Or is it possible to use wildcards?

I should use:
example.com      smtp:[IP1]
*.t...@example.com      smtp:[IP2]

But it seems not to work.

Reply via email to