Re: [Dovecot] NoSQL support

2014-06-09 Thread Timo Sirainen
On 4.6.2014, at 16.55, List  wrote:

> Is there any support for NoSQL databases such as Cassandra (CQL) or MongoDB 
> now or planned in the future for userdb and passdb lookups?

CQL could probably be nicely implemented as lib-sql driver since it's close 
enough to SQL. I've some preliminary plans for that, but nothing concrete yet.

MongoDB could be implemented as lib-dict backend and used with passdb/userdb 
dict. I've no plans to implement MongoDB currently. Redis and memcached are 
implemented already though.


[Dovecot] NoSQL support

2014-06-04 Thread List
Is there any support for NoSQL databases such as Cassandra (CQL) or 
MongoDB now or planned in the future for userdb and passdb lookups?