quota-clone plugin

New in version 2.2.17.

Settings

quota_clone_dict
  • Default: <empty>

  • Values: String

The dictionary to update with quota clone information. This must be set for the plugin to be active.

See Dovecot Dictionaries for dictionary configuration.

Example:

plugin {
  quota_clone_dict = redis:host=127.0.0.1:port=6379
}
quota_clone_unset

New in version 2.4.0 (CE).

New in version 3.0.0 (Pro).

Unset quota information before updating. This is needed with some dict backends that do not support upserting, such as SQL with older SQLite.