mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
21 lines
532 B
Text
21 lines
532 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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) Configure your installation.
|
|
SQUIRRELMAIL WILL NOT WORK UNTIL THIS HAS BEEN DONE.
|
|
cd %%SQUIRRELDIR%% && ./configure
|
|
|
|
4) It is best practice to change the data/user preference directory
|
|
(under General Options) to somewhere outside of
|
|
%%SQUIRRELDIR%%.
|
|
EOM
|
|
}
|
|
]
|