Documentation: Fixed dictionary quota URI.
authorPascal Volk <user@localhost.localdomain.org>
Sun, 28 Oct 2012 18:57:49 +0000
changeset 632 152ea3e3e955
parent 631 9b4d0e2c97d5
child 633 8ea32fbfc9df
Documentation: Fixed dictionary quota URI.
Configure.Dovecot_2
doc/web/source/_static/local.conf
doc/web/source/installation/dovecot_configuration.rst
--- 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
 #}
--- 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
 #}
--- 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
  #}