I would maybe try to implement that using several postfix instances...
One to take a routing decision regarding the sender email address...
that would send the email to the "second stage" postfix server if sender
is "u...@test.com"...
And another one "second stage" to take a routing decision regarding the
recipient email address...
Well, a kind of...
Or if I understand you well, if your goal is to send all email flow of
u...@test.com sender systematically to the same recipient (user1), you
probably need a routing decision taken only on the sender email address...
Regards,
Nicolas
Le 26/01/2015 20:06, L. D. James a écrit :
I'm familiar how to use aliases to send email addressed to specific
email address to a specific user. Can someone advise me of a feature
to reroute (send) email from specific email address to a specific user?
For instance:
From email address | To User
---------------------------------------------------------
u...@test.com | user1
In the above a user with the email address of u...@test.com has sent
an email to us...@domain.com. We are trying to reroute specific
emails from certain email addresses to a specific user on the machine,
in this case, local "user1" instead of local "user2".
I'm sure there is better terminology for this, of which I'm sure I
will learn by the comments from the gurus in this list.
Thanks in advance for any input.
-- L. James