From: Timo Sirainen Date: Thu, 26 Jun 2003 14:59:23 +0000 (+0300) Subject: Comment updates X-Git-Tag: 1.1.alpha1~4524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa3242fa1cb2552e492994ebc5fcbecaf6dff41;p=thirdparty%2Fdovecot%2Fcore.git Comment updates --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 4ab26c3e48..705bd92610 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -83,9 +83,9 @@ login = imap # Executable location. #login_executable = /usr/libexec/dovecot/imap-login -# User to use for the login process. The user must belong to a group where -# only it has access, it's used to control access for authentication process -# named sockets. +# User to use for the login process. Create a completely new user for this, +# and don't use it anywhere else. The user must also belong to a group where +# only it has access, it's used to control access for authentication process. #login_user = dovecot # Set max. process size in megabytes. If you don't use @@ -394,8 +394,9 @@ auth_passdb = pam # Set max. process size in megabytes. #auth_process_size = 256 -# User to use for the process. Only shadow and pam authentication requires -# roots, so use something else if possible. +# User to use for the process. This user needs access to only user and +# password databases, nothing else. Only shadow and pam authentication +# requires roots, so use something else if possible. auth_user = root # Directory where to chroot the process. Most authentication backends don't