From 1da841e13045b8d2892f0f0dc786bdf5f50b835d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 20 Oct 2009 19:24:51 -0400 Subject: [PATCH] example-config: Added '/' to "chroot=empty/" to make it clearer it's a dir. --HG-- branch : HEAD --- doc/example-config/conf.d/master.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example-config/conf.d/master.conf b/doc/example-config/conf.d/master.conf index 6926755c02..46a3787953 100644 --- a/doc/example-config/conf.d/master.conf +++ b/doc/example-config/conf.d/master.conf @@ -24,7 +24,7 @@ service anvil { executable = anvil process_limit = 1 user = dovecot - chroot = empty + chroot = empty/ unix_listener { path = anvil -- 2.47.3