arreglando templates
This commit is contained in:
parent
d09183957f
commit
2c1439305c
@ -16,7 +16,7 @@
|
||||
|
||||
plugin {
|
||||
quota_rule = *:storage={{ dovecot_quota_limit }}
|
||||
{%- for key, value in dovecot_quota_additional_limit.iteritems() %}
|
||||
{%- for key, value in dovecot_quota_additional_limit.items() %}
|
||||
quota_rule{{ loop.index + 1 }} = {{ key }}:storage=+{{ value }}
|
||||
{% endfor %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user