From bbcca9a2819fdaea449606e30dd7cac98d95f3c7 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 20 Aug 2010 18:28:18 +0100 Subject: [PATCH] example-config: Added example dict service --- doc/example-config/conf.d/10-master.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/example-config/conf.d/10-master.conf b/doc/example-config/conf.d/10-master.conf index a0f53945b8..3b9b5a9d9c 100644 --- a/doc/example-config/conf.d/10-master.conf +++ b/doc/example-config/conf.d/10-master.conf @@ -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 = + } +} -- 2.47.3