Redirect specific e-mail address sent to a user, to another user.
        Posted  
        
            by 
                Michael Pasqualone
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Michael Pasqualone
        
        
        
        Published on 2011-06-28T00:06:02Z
        Indexed on 
            2011/06/28
            0:23 UTC
        
        
        Read the original article
        Hit count: 200
        
I need to redirect e-mail within our MTA when the two following criteria are both true:
When an e-mail is:
- Sent from: [email protected]
 - Addressesd to: [email protected]
 
Result: redirect e-mail to [email protected].
I don't want to catch *@isp.com and redirect, and I don't want to redirect all e-mail addressed to [email protected] but only redirect when [email protected] sends [email protected] an e-mail.
How do I achieve this within Postfix's configuration. And if it's not possible within Postfix, what may be the best solution?
© Server Fault or respective owner