Ralf Hildebrandt:
> > 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.
Multiple MTA personalities are currently not supported in Postfix.
Even "-o content_filter=way1:" etc. comand-line options would not
provide correct MTA behavior, for example, with non-delivery
notifications or non-SMTP destinations. Postfix would have to store
the MTA "name" in the queue file and pass it around in the internal
client-server protocols.
Wietse