freebsd-ports/mail/squirrelmail/pkg-message
Patrick Li 602cf01ab8 Remove unintended entries in pkg-message
PR:		ports/40815
Submitted by:	maintainer
2002-07-20 19:00:54 +00:00

18 lines
669 B
Text

You now need to add an alias to apache's httpd.conf pointing to
%%PREFIX%%/squirrelmail/ in order to access SquirrelMail from your
web browser, or create a VirtualHost with DocumentRoot set to that
directory.
For SquirrelMail to work properly you will need to make sure the
following options are set in your php.ini file:
register_globals = On
file_uploads = On
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
In order to do your administrative configuration you need to
cd %%PREFIX%%/squirrelmail && ./configure
SquirrelMail will not work until this has been done.