From 2c1439305cff5b20bfc190b1776b606d430bb43b Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Thu, 30 May 2019 23:54:51 -0300 Subject: [PATCH] arreglando templates --- templates/90-quota.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/90-quota.conf.j2 b/templates/90-quota.conf.j2 index dc72756..86588a0 100644 --- a/templates/90-quota.conf.j2 +++ b/templates/90-quota.conf.j2 @@ -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 %}