12 Apr
2006
12 Apr
'06
1:26 p.m.
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?