From: Timo Sirainen Date: Sat, 13 Feb 2010 06:19:25 +0000 (+0200) Subject: example-config: Updated default_*_user comments. X-Git-Tag: 2.0.beta3~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=530aae1a2992199eb09edc5e1a330ff9b4304c1b;p=thirdparty%2Fdovecot%2Fcore.git example-config: Updated default_*_user comments. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/master.conf b/doc/example-config/conf.d/master.conf index dd6a72ad50..f00f80a6c6 100644 --- a/doc/example-config/conf.d/master.conf +++ b/doc/example-config/conf.d/master.conf @@ -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 {