On Fri, 2013-01-11 at 00:08 -0800, ForestYang wrote:
> I was testing dovecot server , auth via redis.
> first I follow http://master.wiki2.dovecot.org/AuthDatabase/Dict
> but auth always fail, last , I found
> value { "uid": 123, "gid": 123, "home": "/home/username" } was wrong,
> the uid and gi
hi all,
I was testing dovecot server , auth via redis.
first I follow http://master.wiki2.dovecot.org/AuthDatabase/Dict
but auth always fail, last , I found
value { "uid": 123, "gid": 123, "home": "/home/username" } was wrong,
the uid and gid must as string , not number.
{ "uid": "123", "gid": "