[Dovecot] DOVECOT+SQLITE
Jakob Hirsch
jh at plonk.de
Wed Apr 12 13:26:14 EEST 2006
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?
More information about the dovecot
mailing list