Emmanuel Lacour wrote: > If it is possible to keep this connection for more than one message, > this would be great :) But I really can't see how to do that :(
I ran into a similar issue with MySQL connections. The trouble is that there are several instances of qpsmtpd so any persistent connection would have to be at a higher level (application?) and I suppose then you'd run into contention issues when >1 instance tries to use the same connection (LDAP or MySQL). Some sort of pool of connections (like apache DB connections) would be a nice feature. R.
