]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Added example dict service
authorTimo Sirainen <tss@iki.fi>
Fri, 20 Aug 2010 17:28:18 +0000 (18:28 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 20 Aug 2010 17:28:18 +0000 (18:28 +0100)
doc/example-config/conf.d/10-master.conf

index a0f53945b8ea75560bd3ea5a051c9886e099a45c..3b9b5a9d9c71192df188616c4243fcde0ad5637d 100644 (file)
@@ -95,3 +95,13 @@ service auth-worker {
   # $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 = 
+  }
+}