ports/mail/squirrelmail-devel/files/pkg-message.in
Renato Botelho ee357dd09d Add squirrelmail-devel 1.5.1, a webmail system which accesses mail over
IMAP (Development version).

PR:		ports/94606
Submitted by:	Simon Dick <simond@irrelevant.org>
2006-03-20 16:17:46 +00:00

18 lines
639 B
Text

You now need to add an alias to apache's httpd.conf pointing to
%%SQUIRRELDEVELDIR%% 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 option is set in your php.ini file:
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 %%SQUIRRELDEVELDIR%% && ./configure
SquirrelMail will not work until this has been done.