[exim] using perl

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tom Bombadil
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [exim] using perl
We are using perl to call a "webservice" for recipient checking, home
directories, etc instead of LDAP, or SQL...

The question is: Can we somehow pre-connect once at startup using perl,
so we avoid the overhead of a new TCP connection on every query?

Thanks