|
|
|
@ -46,7 +46,7 @@ mail_access_groups = mail
|
|
|
|
|
maildir_stat_dirs = yes
|
|
|
|
|
mailbox_list_index = yes
|
|
|
|
|
mail_vsize_bg_after_count = 100
|
|
|
|
|
mail_plugins = $mail_plugins quota quota_clone
|
|
|
|
|
mail_plugins = $mail_plugins quota quota_clone zlib
|
|
|
|
|
|
|
|
|
|
namespace inbox {
|
|
|
|
|
inbox = yes
|
|
|
|
@ -72,6 +72,14 @@ plugin {
|
|
|
|
|
quota = count:User quota
|
|
|
|
|
quota_vsizes = yes
|
|
|
|
|
quota_clone_dict = redis:host={{ REDIS_ADDRESS }}:port=6379:db=1
|
|
|
|
|
|
|
|
|
|
{% if COMPRESSION in [ 'gz', 'bz2' ] %}
|
|
|
|
|
zlib_save = {{ COMPRESSION }}
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{% if COMPRESSION_LEVEL %}
|
|
|
|
|
zlib_save_level = {{ COMPRESSION_LEVEL }}
|
|
|
|
|
{% endif %}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
###############
|
|
|
|
|