diff dovecot-example.conf @ 4393:9928ebb54719 HEAD

Instead of passing URIs directly to dictionary server, it now accepts only named dictionaries which are configured in config file. SIGHUPing master now restarts dict server.
author Timo Sirainen <tss@iki.fi>
date Sat, 17 Jun 2006 15:24:59 +0300
parents dc1f912bbf10
children 593523f53500
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Jun 17 15:21:21 2006 +0300
+++ b/dovecot-example.conf	Sat Jun 17 15:24:59 2006 +0300
@@ -939,6 +939,20 @@
 #}
 
 ##
+## Dictionary server settings
+##
+
+# Dictionary can be used by some plugins to store key=value lists.
+# Currently this is only used by dict quota backend. The dictionary can be
+# used either directly or though a dictionary server. The following dict block
+# maps dictionary names to URIs when the server is used. These can then be
+# referenced using URIs in format "proxy:<name>".
+
+dict {
+  #quota = mysql:/etc/dovecot-dict-quota.conf 
+}
+
+##
 ## Plugin settings
 ##