* David Donchez <[EMAIL PROTECTED]>:
> Hello,
> 
> I'm currently running Postfix 2.5 on FreeBSD 7.0 and I have a problem.
> 
> I want to run many processus smtpd without using multi-instances of Postfix. 
> So i can do it in the master.cf<http://master.cf> without any problems.
> 
> Exemple :
> 
> smtp                   inet  n       -       n       -       100       smtpd
> 127.0.0.1:10025<http://127.0.0.1:10025>   inet  n       -       n       -     
>   100       smtpd
> 127.0.0.1:10026<http://127.0.0.1:10026>   inet  n       -       n       -     
>   100       smtpd
> 
> Ok, i have Postix listening on port 25, 10025 ans 10026.
> 
> Now i want to create three processus smtp (transport). I know how to do it 
> too.
> 
> Exemple :
> 
> smtp         unix    -       -       n       -       100       smtp
>   -o myhostname=server1
> way1         unix    -       -       n       -       100       smtp
>   -o myhostname=server2
> way2         unix    -       -       n       -       100       smtp
>   -o myhostname=server3
> 
> Now, i am working on a solution for associate a processus smtpd to a process 
> smtp.

That's not possible. Use multiple instances.


-- 
Ralf Hildebrandt ([EMAIL PROTECTED])          [EMAIL PROTECTED]
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de                              I'm looking for a job
I am the "ILOVEGNU" signature virus. Just copy me to your signature.
This email was infected under the terms of the GNU General Public License.

Reply via email to