From 2964224984135eab38ec854b5e607c3266f7c81f Mon Sep 17 00:00:00 2001
From: jengo
Date: Tue, 5 Sep 2000 07:40:38 +0000
Subject: [PATCH] Updated docs a little
---
doc/HOWTO.sgml | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 deletions(-)
diff --git a/doc/HOWTO.sgml b/doc/HOWTO.sgml
index fc3e12845f..a448e1dc05 100644
--- a/doc/HOWTO.sgml
+++ b/doc/HOWTO.sgml
@@ -52,7 +52,7 @@
- Courier-IMAP 0.33+
- We have reports of it working on Windows NT, but no details at this time.
+ We have reports of it working on Windows NT and OS/2.
Tested Systems
@@ -75,18 +75,7 @@
Configure phpGroupWare
Change to the inc directory.
- Edit the file called config.inc.php to point to the location of your include files.
-
- Some people might prefer to install their include files in a directory which is not world viewable.
- For this, you will need to move everything except config.inc.php into another directory
- and point config.inc.php to that directory. For most installations, the current location
- of these file should be fine.
-
- Edit globalconfig.inc.php to reflect your system settings. You can choose which programs
- you would like to have available to your system.
- For example, if you do not have access to a IMAP server, you can change
- $installed["email"] = "Y"; to $installed["email"] = "N";
- This would make this program unavaiable to all users regardless of their permissions.
+ Edit globalconfig.inc.php to reflect your system settings.
If you are using the email system you will need to create a temporary directory
where file uploads will be stored. For security reasons, you should chown
@@ -112,13 +101,8 @@
- The email system requires plain text passwords which are stored in the sessions table.
- This file is not required, you can simply uncomment the lines indicated in session.class in update_dla().
- This will require an extra query during every transaction which could cause performance
- problems. Also, if there are no logins in a few days, they will sit around and
- wait for someone to login before they are deleted. If you go this route, you
- will need to edit the number of seconds until they are deleted. It defaults to 2 hours
- (7200 secs). If you choose to use the cron program, simply edit the settings
- for your database and uncomment the line for your database type.
+ This file is not required, you can simply disable cron_apps in the admin -> applications section
+ to clean out the sessions table durring login and logout.
stale_uploads.pl - This will delete file attachments for messages that where not
completed. If a users browser crashes, internet connection dies, etc, their