SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux.

2006/4/12, Jakob Hirsch <jh@plonk.de>:
Alexandre Busquets wrote:

> Has somebody experience with DOVECOT+SQLITE?

yes.

> Which will be the config variables?


passdb sql {
   args = /etc/dovecot/sqlite.conf
}

in sqlite.conf:

driver =  sqlite
# chrooted to /etc/dovecot
connect = /auth.sqlt

password_query = SELECT user, pass AS password FROM user WHERE user='%u'

> auth_userdb = mysql /etc/dovecot/dovecot-mysql.conf

That's from 0.99, which does not support sqlite.

> Is possible use sqlrelay

What's that?