Hi, I'm writing a plugin which does some lookups on an LDAP server in different hooks (mail, rcpt). It works, but it reconnects to LDAP on every hook call :(
Is it possible to have a persistent connection at least for each message (for multiple messages would be great). Maybe should I put the ldap handler using $transaction instead of $self? Thanks for any help :)
