David Touzeau:
> Dear
> 
> I would like to implement multiple instances on my 2.7 postfix.
> 
> After read the documentation (perhaps my english is very poor) i need to
> have a confirmation.
> 
> did i need to disable master_service_disable and specify an IP address
> for each instance in inet_interfaces token ?

The idea is that every Postfix instance listens on the interface
address specified with its own "inet_interfaces" parameter setting.

If you have a null client then it usually will not have an SMTP listener.
Either comment out smtpd in master.cf or use master_service_disable=inet
in main.cf.

        Wietse


Many thanks Wietse for your answer in a week-end :=) 

so if i want to create 27 instances, i need to create 27 virtual IP addresses 
and set each in "inet_interfaces" on each dedicated main.cf.
I was thinking that i should create 26 null clients and one instance is in 
charge of routing connexions to the right instance.
(in the same way of an Apache server with vhosts)
But i'm wrong.

best regards




Reply via email to