2002-02-10 01:44:59 +01:00
|
|
|
|
|
|
|
You now need to add an alias to apache's httpd.conf pointing to
|
2004-01-13 10:14:24 +01:00
|
|
|
%%SQUIRRELDIR%% in order to access SquirrelMail from
|
|
|
|
your web browser, or create a VirtualHost with DocumentRoot set
|
|
|
|
to that directory.
|
2002-02-10 01:44:59 +01:00
|
|
|
|
2002-05-25 00:48:59 +02:00
|
|
|
For SquirrelMail to work properly you will need to make sure the
|
2002-09-16 08:23:50 +02:00
|
|
|
following option is set in your php.ini file:
|
2002-05-25 00:48:59 +02:00
|
|
|
file_uploads = On
|
|
|
|
|
2002-07-16 06:18:05 +02:00
|
|
|
If you have problems with SquirrelMail saying "you must login" after
|
|
|
|
you just have, the following php.ini option may help:
|
|
|
|
session.auto_start = 1
|
|
|
|
|
2002-02-10 01:44:59 +01:00
|
|
|
In order to do your administrative configuration you need to
|
2004-01-13 10:14:24 +01:00
|
|
|
cd %%SQUIRRELDIR%% && ./configure
|
2002-02-10 01:44:59 +01:00
|
|
|
SquirrelMail will not work until this has been done.
|