Am 27.06.2014 15:31 schrieb [email protected]: > > Wietse: > > Why not patch Postfix ONLY to implement a configurable connection > > use limit that is less than the limit in the policy daemon? > > Markus Benning: > > This would require that the connections can be shared across > > smtpd server processes and to use a connection pool. > > OK, here is my last attempt. Please pay attention. > > You have a policy daemon that wants to disconnect after N requests > (N >= 1) PER POLICY CONNECTION. Why not patch the Postfix policy > client to disconnect after N policy requests AND STOP THERE? Why > do you also have muck with the pause-after-error safety mechanism? > > Wietse
Okay, thats exactly what the max_keepalive part of the patch does. I'll remove the error sleep timer changes on monday and resend the patch. Markus
