# HG changeset patch # User Pascal Volk # Date 1351450669 0 # Node ID 152ea3e3e955fc06d6892e5ce1ee85dd2f0d977b # Parent 9b4d0e2c97d57a1949ba5d7fe26236c06d36cc98 Documentation: Fixed dictionary quota URI. diff -r 9b4d0e2c97d5 -r 152ea3e3e955 Configure.Dovecot_2 --- a/Configure.Dovecot_2 Sun Oct 28 12:59:30 2012 +0000 +++ b/Configure.Dovecot_2 Sun Oct 28 18:57:49 2012 +0000 @@ -140,7 +140,7 @@ ### # uncomment if you want to use the quota plugin #plugin { -# quota = dict:user:%{uid}::proxy::quota +# quota = dict:user:%{uid}:proxy::quota # quota_rule = *:storage=0:messages=0 # quota_rule2 = Trash:storage=+100M #} diff -r 9b4d0e2c97d5 -r 152ea3e3e955 doc/web/source/_static/local.conf --- a/doc/web/source/_static/local.conf Sun Oct 28 12:59:30 2012 +0000 +++ b/doc/web/source/_static/local.conf Sun Oct 28 18:57:49 2012 +0000 @@ -124,7 +124,7 @@ ### # uncomment if you want to use the quota plugin #plugin { -# quota = dict:user:%{uid}::proxy::quota +# quota = dict:user:%{uid}:proxy::quota # quota_rule = *:storage=0:messages=0 # quota_rule2 = Trash:storage=+100M #} diff -r 9b4d0e2c97d5 -r 152ea3e3e955 doc/web/source/installation/dovecot_configuration.rst --- a/doc/web/source/installation/dovecot_configuration.rst Sun Oct 28 12:59:30 2012 +0000 +++ b/doc/web/source/installation/dovecot_configuration.rst Sun Oct 28 18:57:49 2012 +0000 @@ -269,7 +269,7 @@ # uncomment if you want to use the quota plugin #plugin { - # quota = dict:user:%{uid}::proxy::quota + # quota = dict:user:%{uid}:proxy::quota # quota_rule = *:storage=0:messages=0 # quota_rule2 = Trash:storage=+100M #}