an...@ursc.gov.in: > Want to run a separate instance of postfix and make 2 incoming queues > (one each for a domain).? The new instance will listen on a new IP on > the same server. > > I have configured, spfpolicy for incoming mails in the already > existing queue (master.cf) and I want to do the same in new instance > also. Is this allowed (being on the same system?).
You can share a policy service. With Postfix version 3.2 and later, the request will contain a server_address and server_port attribute, so that the policy server can distinguish between different policy clients. Wietse