Francisco Ruiz wrote:
Hi all,

This is my first message here so please tell me if i'm doing something wrong or perhaps what I'm asking has been already resolved.

I have two servers running postfix. *A* just sends mails while *B* acts as a relay host for it.

*A --> B --> INTERNET*

What i'm looking for is to rewrite the DESTINATION of e-mails send by a given SOURCE. Lets say:

If server A sends:

FROM: [EMAIL PROTECTED]
*TO: [EMAIL PROTECTED]

Then server B or A should see that if it comes from [EMAIL PROTECTED], no matter which recipients does it have, it should *rewrite the TO statement to [EMAIL PROTECTED]:

FROM: [EMAIL PROTECTED]
*TO: [EMAIL PROTECTED]

*The thing is that the TO is constantly changing so I have to filter mails by FROM and not TO.


Any clues ?


The REDIRECT action from an access table can direct mail from a specified sender address to a fixed recipient address. This may or may not do what you need. Note the REDIRECT action affects all recipients of a multi-recipient mail.
http://www.postfix.org/access.5.html

Maybe it would help if you explain the actual problem you are trying to solve.

--
Noel Jones

Reply via email to