This would require that the connections can be shared across
smtpd server processes and to use a connection pool.

As far as i understood the source each attr_clnt/auto_clnt directly
opens a connection to the remote end. (VSTREAM)

Just limiting the number of connection will result in some smtpd
to hold a connection for very long (max_idle, max_ttl) even if the
connection is idle most of the time and other smtpd to block
till a new connection is allowed?
And you still need some IPC to share the number of total used
connections across smtpd processes?

  Markus

On Fri, Jun 27, 2014 at 08:08:28AM -0400, Wietse Venema wrote:
> Wietse Venema:
> > Why not ONLY have a connection use limit in Postfix that is
> > less than the limit in the policy daemon?
> 
> Why not patch Postfix ONLY to implement a configurable connection
> use limit that is less than the limit in the policy daemon?
> 
>       Wietse

Attachment: signature.asc
Description: Digital signature

Reply via email to