changeset 5215:9914a148eea1 HEAD

Updated valid_chroot_dirs and mail_chroot comments.
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Mar 2007 17:43:37 +0200
parents 4e9d345df846
children 085e7b7d56f5
files dovecot-example.conf
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Mar 06 17:39:04 2007 +0200
+++ b/dovecot-example.conf	Tue Mar 06 17:43:37 2007 +0200
@@ -338,10 +338,11 @@
 
 # ':' separated list of directories under which chrooting is allowed for mail
 # processes (ie. /var/mail will allow chrooting to /var/mail/foo/bar too).
-# This setting doesn't affect login_chroot or auth_chroot variables.
+# This setting doesn't affect login_chroot or auth chroot variables.
 # WARNING: Never add directories here which local users can modify, that
 # may lead to root exploit. Usually this should be done only if you don't
-# allow shell access for users. See doc/configuration.txt for more information.
+# allow shell access for users.
+# http://wiki.dovecot.org/Chrooting
 #valid_chroot_dirs = 
 
 # Default chroot directory for mail processes. This can be overridden for
@@ -349,6 +350,7 @@
 # (eg. /home/./user chroots into /home). Note that usually there is no real
 # need to do chrooting, Dovecot doesn't allow users to access files outside
 # their mail directory anyway.
+# http://wiki.dovecot.org/Chrooting
 #mail_chroot = 
 
 ##