mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Updated docs a little
This commit is contained in:
parent
fd01629533
commit
2964224984
@ -52,7 +52,7 @@
|
||||
<item>Courier-IMAP 0.33+
|
||||
</itemize>
|
||||
|
||||
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.
|
||||
</p>
|
||||
<sect1>Tested Systems
|
||||
<p>
|
||||
@ -75,18 +75,7 @@
|
||||
<sect1>Configure phpGroupWare
|
||||
<p>
|
||||
Change to the inc directory. <newline>
|
||||
Edit the file called config.inc.php to point to the location of your include files.
|
||||
<tscreen>
|
||||
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.
|
||||
</tscreen>
|
||||
Edit globalconfig.inc.php to reflect your system settings. You can choose which programs
|
||||
you would like to have available to your system.<newline>
|
||||
For example, if you do not have access to a IMAP server, you can change
|
||||
<tt>$installed["email"] = "Y"; </tt> to <tt>$installed["email"] = "N";</tt><newline>
|
||||
This would make this program unavaiable to all users regardless of their permissions.
|
||||
Edit globalconfig.inc.php to reflect your system settings.
|
||||
<p>
|
||||
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 <tt>chown
|
||||
@ -112,13 +101,8 @@
|
||||
<item>The email system requires plain text passwords which are stored in the sessions table.
|
||||
</itemize>
|
||||
|
||||
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.
|
||||
<p>
|
||||
stale_uploads.pl - This will delete file attachments for messages that where not
|
||||
completed. If a users browser crashes, internet connection dies, etc, their
|
||||
|
Loading…
Reference in New Issue
Block a user