Postfix configuration for load balancing
        Posted  
        
            by 
                Naval
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Naval
        
        
        
        Published on 2012-04-05T10:21:35Z
        Indexed on 
            2012/04/05
            11:32 UTC
        
        
        Read the original article
        Hit count: 330
        
Server A should take mails from a php script which is running on other machine . Now server A should distribute all this mail to its remaining 3 Nodes(3 server B,C,D for relaying mails which have different IP and Domain name) here the architechture which i want
                                                     ---B
php script(for mail generation)----server A(postfix mta) ---C ---D
how should i configure postfix main.cf file for this ? plz help me out in this.
© Server Fault or respective owner