mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 14:43:33 +00:00
26 lines
410 B
Plaintext
26 lines
410 B
Plaintext
# /etc/dovecot/conf.d/50-quota.conf
|
|
# Quota configuration and notifications.
|
|
quota "User quota" {
|
|
driver = count
|
|
|
|
warning warn-95 {
|
|
quota_storage_percentage = 95
|
|
execute quota-warning {
|
|
args = 95 %{user}
|
|
}
|
|
}
|
|
|
|
warning warn-80 {
|
|
quota_storage_percentage = 80
|
|
execute quota-warning {
|
|
args = 80 %{user}
|
|
}
|
|
}
|
|
}
|
|
|
|
quota_clone {
|
|
dict proxy {
|
|
name = mysql_quota
|
|
}
|
|
}
|