]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Show "user" field for service auth/auth-worker
authorTimo Sirainen <tss@iki.fi>
Wed, 16 Jun 2010 17:41:52 +0000 (18:41 +0100)
committerTimo Sirainen <tss@iki.fi>
Wed, 16 Jun 2010 17:41:52 +0000 (18:41 +0100)
--HG--
branch : HEAD

doc/example-config/conf.d/10-master.conf

index a707b48d8a2a0fe0720c3ed402ba0d28ee147b32..332053bed2aa0f95aa78ecebc0de0a884363596e 100644 (file)
@@ -77,4 +77,14 @@ service auth {
   #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
 }