> > For Wietse :
> I agree, assuming that he is talking about a small number of sending > processes. > > If, on the other hand, he is talking about a small number of > receiving processes, Nope I was talking about smtp client proccess for send from postfix queue to another smtp servers (Outside in the internet and may be or not postfix); of course I know if you have a little smtpd proccess number... you could suffer for smtp client timeouts because there's no smtpd free proccesses to talk to the smtp client connecting to you're server. For All : I have been talking about smtp client threads of postfix... but imagine now (for understanding better...) amavis for example... you launch two amavis processes as you specified in amavisd.conf. So if you set the proccess_limit for amavis to 2 in master.cf you shouldn't never have a transport timeout or any kind of error for waiting messages in active queue till amavis has a free proccess for accepting the message? the only thing could happen is that the active queue reaches the limit of messages in this queue and later are deferred instead of going to active from incoming? Thanks a lot to all :)