]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Updated default_*_user comments.
authorTimo Sirainen <tss@iki.fi>
Sat, 13 Feb 2010 06:19:25 +0000 (08:19 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 13 Feb 2010 06:19:25 +0000 (08:19 +0200)
--HG--
branch : HEAD

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

index dd6a72ad502bb898077e433e817fafc1c57c7f35..f00f80a6c6db9d344170d5ca10500e9ccf2df650 100644 (file)
@@ -2,7 +2,12 @@
 #default_client_limit = 1000
 #default_vsz_limit = 256M
 
+# Login user is internally used by login processes. This is the most untrusted
+# user in Dovecot system. It shouldn't have access to anything at all.
 #default_login_user = dovecot
+
+# Internal user is used by unprivileged processes. It should be separate from
+# login user, so that login processes can't disturb other processes.
 #default_internal_user = dovecot
 
 service imap-login {