dovecot-2.0: example-config: Added example dict service

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 20 20:28:22 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/bb69d9d96b88
changeset: 12020:bb69d9d96b88
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 20 18:28:18 2010 +0100
description:
example-config: Added example dict service

diffstat:

 doc/example-config/conf.d/10-master.conf |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r a8397390075d -r bb69d9d96b88 doc/example-config/conf.d/10-master.conf
--- a/doc/example-config/conf.d/10-master.conf	Fri Aug 20 18:22:39 2010 +0100
+++ b/doc/example-config/conf.d/10-master.conf	Fri Aug 20 18:28:18 2010 +0100
@@ -95,3 +95,13 @@
   # $default_internal_user.
   #user = root
 }
+
+service dict {
+  # If dict proxy is used, mail processes should have access to its socket.
+  # For example: mode=0660, group=vmail and global mail_access_groups=vmail
+  unix_listener dict {
+    #mode = 0600
+    #user = 
+    #group = 
+  }
+}


More information about the dovecot-cvs mailing list