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