On 8/16/2012 9:37 AM, Birta Levente wrote: > Hi all > > How can direct through specified instance the locally submitted mail? > For example: server with 3 domains, 3 different ip address, 3 > postfix instances for this 3 domains with different myhostname, > certs. Through which instance going out the mail submitted with > phpmailer for example? > (Of course based on sender) > > Thanks > Levi >
Use the sendmail -C option to specify which instance to use. Alternately, you can set the MAIL_CONFIG environment variable to the alternate config directory. http://www.postfix.org/MULTI_INSTANCE_README.html#default http://www.postfix.org/sendmail.1.html -- Noel Jones
