David Erickson wrote:
Is there any way to get vpopmail to either use a connection pool or persistent connections to mysql for authorization?
Only if there is a way to get separate invocations of a process to use a connection pool. Each email delivery or authentication uses a new process. Ken Jones