On 29/01/2026 16:27 EET volker.jaenisch--- via dovecot <dovecot@dovecot.org> wrote:
Dear Andy!
Thanks for the insights.
I changed the config in accordance to the example to:
dict_server { dict quota { sql_driver = pgsql pgsql pg_mc2 { parameters { dbname = dddd host = hhhh password = pppp user = uuuu } } } dict_map priv/quota/storage { sql_table = emailaddress_fill username_field = emailaddress dict_map_value_field quota_bytes { type = uint } } } quota_clone { dict proxy { name = quota } }
Dovecot accepts this config.
Then I tried to use the dict:
doveadm dict get -u service@xxx.xx quota priv/quota/storage Error: cmd dict get: dict_init() failed: dict { .. } named list filter is missing
I do not understand what is missing here? Is my command not correct or the config?
Any pointers appreciated
Cheers,
Volker
Try doveadm dict get -u service@xxx.xx quota_clone priv/quota/storage
Aki