Forward e-mail to multiple addresses with conditions
        Posted  
        
            by 
                Valera Leontyev
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Valera Leontyev
        
        
        
        Published on 2012-12-07T08:39:36Z
        Indexed on 
            2012/12/07
            11:07 UTC
        
        
        Read the original article
        Hit count: 257
        
mail-forwarding
I need to forward e-mails to different mail accounts by different conditions. The aim is to create mail notification scheme for my company. I'd like to setup server on dedicated mail domain for it. Is there any software that helps to get my aim (Linux)?
Examples:
1) forward all e-mail sent to [email protected] to x@x, y@y, z@z (no conditions)
2) forward e-mail sent to [email protected] where subject contains '[finance]' to a@b and b@b
3) forward e-mail sent to [email protected] where subject contains '[fault]' to s@s and s2@s.
Receivers' domains are different.
P.S. Now we use Gmail filters to get this functionality, but it's unstable and hard to maintain.
© Server Fault or respective owner