Using Postfix I want to achieve the following
-> A mail coming in for lets say an email ID
jigs@jigs.com
-> It is recieved by the server and relayed to an IP Address e.g. 10.1.1.1
-> Another copy of the mail is relayed to another IP Address e.g. 10.1.1.2
-> In both the relaying domain name remains the same. The mail is simply relayed to 2 IP addresses simultaneously.
According to the solution you provided, mail for one domain (jigs@jigs.com) will be relayed to an IP Address and mail for another domain (jigs@xyz.com) will be relayed to another.
I want a solution for one domain relayed to 2 IP addresses at the same time.