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 [email protected] 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


--
===========================================================
  inqbus Scientific Computing GmbH   Dr.  Volker Jaenisch
  Hungerbichlweg 3                   +49 (8860) 9222 7 92
  86977 Burggen                      https://inqbus.de
===========================================================

_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to