quota-clone plugin

quota-clone-plugin

quota_clone_dict

The plugin for quota cloning is used for storing all users’ current quota usage in a database that should not be used as the authoritative quota database. Every time quota usage is updated, the dictionary specified here for the quota_clone plug-in is updated accordingly.

For more information, see Quota Clone Plugin

Example Setting:

quota_clone_dict = redis:host=127.0.0.1:port=6379

More complex example using SQL:

dict {
  mysql = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}

plugin {
   quota_clone_dict = proxy::mysql
}