Re: [Dovecot] auth: Fatal: Unknown passdb driver 'mysql'

2010-09-28 Thread Vaidas Jablonskis
Hi Timo, Thanks a lot, that totally does the job. It works now. Regards, Vaidas On 31 August 2010 19:08, Timo Sirainen wrote: > On Mon, 2010-08-30 at 08:18 +0100, Vaidas Jablonskis wrote: > > > passdb { > > driver = mysql > > driver = sql > > > args = /etc/dovecot/dovecot-sql.conf.ext > >

Re: [Dovecot] auth: Fatal: Unknown passdb driver 'mysql'

2010-08-31 Thread Timo Sirainen
On Mon, 2010-08-30 at 08:18 +0100, Vaidas Jablonskis wrote: > passdb { > driver = mysql driver = sql > args = /etc/dovecot/dovecot-sql.conf.ext > } > > userdb { > driver = prefetch > } > > userdb { > driver = mysql driver = sql > args = /etc/dovecot/dovecot-sql.conf.ext > } You s