dovecot-2.0: example-config: Show "user" field for service auth/...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 16 20:41:59 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/a55da849216c
changeset: 11560:a55da849216c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 16 18:41:52 2010 +0100
description:
example-config: Show "user" field for service auth/auth-worker

diffstat:

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

diffs (18 lines):

diff -r a05e3bbc4e46 -r a55da849216c doc/example-config/conf.d/10-master.conf
--- a/doc/example-config/conf.d/10-master.conf	Wed Jun 16 18:36:02 2010 +0100
+++ b/doc/example-config/conf.d/10-master.conf	Wed Jun 16 18:41:52 2010 +0100
@@ -77,4 +77,14 @@
   #unix_listener /var/spool/postfix/private/auth {
   #  mode = 0666
   #}
+
+  # Auth process is run as this user.
+  #user = $default_internal_user
 }
+
+service auth-worker {
+  # Auth worker process is run as root by default, so that it can access
+  # /etc/shadow. If this isn't necessary, the user should be changed to
+  # $default_internal_user.
+  #user = root
+}


More information about the dovecot-cvs mailing list