]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Updated comment for valid_chroot_dirs.
authorTimo Sirainen <tss@iki.fi>
Wed, 11 Mar 2009 21:22:15 +0000 (17:22 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 11 Mar 2009 21:22:15 +0000 (17:22 -0400)
--HG--
branch : HEAD

dovecot-example.conf

index 6d6e055b6afe8b8d388f166de64089980124e990..b08a71327a6c8b46fac2b94f31bc0306e3d8d302 100644 (file)
 # ':' 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, mail_chroot or auth chroot
-# settings.
+# settings. If this setting is empty, "/./" in home dirs are ignored.
 # 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. <doc/wiki/Chrooting.txt>