I am having trouble with using a custom daemon listening on a socket together with the quota plugin. My configuration is:
quota = dict:User quota::dict:/tmp/dovecot-proxy-dict::
The problem is that dovecot sends keys without usernames, for example:
priv/quota/storage
Is it possible to get around this limitation without code modification? Also, is it planned to support the "new-style" userdb/passdb lookups from other plugins?
-- Bj(/)rnar
On 23 Sep 2015, at 21:28, Bjørnar Ness <bjornar.ness@gmail.com> wrote:
I am having trouble with using a custom daemon listening on a socket together with the quota plugin. My configuration is:
quota = dict:User quota::dict:/tmp/dovecot-proxy-dict::
The problem is that dovecot sends keys without usernames, for example:
priv/quota/storage
Is it possible to get around this limitation without code modification?
Username is sent as part of the first handshake command.
Also, is it planned to support the "new-style" userdb/passdb lookups from other plugins?
What's a new-style userdb/passdb lookup?..
participants (2)
-
Bjørnar Ness
-
Timo Sirainen