blob: 668eefdc8488cf705e5372b72c544108a4a06e97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
To activate SquirrelMail, you must complete the following steps:
1) Set up a VirtualHost or an alias in httpd.conf that points to
%%SQUIRRELDIR%%
2) Make sure the following is set in your php.ini:
file_uploads = On
3) If you have trouble logging in, add the following to your php.ini:
session.auto_start = 1
4) Configure your installation.
SQUIRRELMAIL WILL NOT WORK UNTIL THIS HAS BEEN DONE.
cd %%SQUIRRELDIR%% && ./configure
5) It is best practice to change the data/user preference directory
(under General Options) to somewhere outside of
%%SQUIRRELDIR%%.
|