From feb092e854a354a91b4c97826c6a2a84018cf3e0 Mon Sep 17 00:00:00 2001 From: iratqq Date: Sat, 2 Feb 2008 13:49:54 +0000 Subject: [PATCH] fix chrootdir and comment. --- trunk/src/sj3serv/sj3serv.lua.example.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/trunk/src/sj3serv/sj3serv.lua.example.in b/trunk/src/sj3serv/sj3serv.lua.example.in index 92eda10..68e0644 100644 --- a/trunk/src/sj3serv/sj3serv.lua.example.in +++ b/trunk/src/sj3serv/sj3serv.lua.example.in @@ -31,12 +31,12 @@ sj3.set_server { -- chroot_dir: String -- chrooted path - chroot_dir = prefix, + chroot_dir = prefix .. "/spool", -- dict_dir: String -- dictionary name -- Note: this directory is opened after chroot - dict_dir = "/spool/sj3", + dict_dir = "/sj3", -- strict_auth: Boolean -- check always peer userid for security. @@ -51,8 +51,9 @@ sj3.set_domain { } sj3.append_opendict { - -- dir: String - -- root directory of dictionaries + -- file: String + -- main dictionaly name + -- Note: this file is opened after chroot file = "sj3main.dic", }