[Dovecot] usedb query

Justin McAleer justin at fehuq.com
Thu May 3 14:51:35 EEST 2007


M1 wrote:
> I can specified two passdb so I can mix auth source.
>
> Can I do similar thing with userdb? I would like to have uid, gid and
> home from static and quota from sql.
>

Just do that in your sql query:

"select 1000 as uid, 12 as gid, '/home/default' as home, quota from
userdb where ..."

> Regards,
> Steve
>
>


More information about the dovecot mailing list