aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-05-24 22:48:59 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-05-24 22:48:59 +0000
commit866d952838302586fc678545ac9a18cfa258e2bb (patch)
treedec5678b928dd32ade006360cbc38afc8e8c8ac9 /mail
parentcf9591ca781bf47e20287bb127402b817adc7fbc (diff)
downloadports-866d952838302586fc678545ac9a18cfa258e2bb.tar.gz
ports-866d952838302586fc678545ac9a18cfa258e2bb.zip
Add PHP configuration tips that are relevant/required for squirrelmail.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59931
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail/pkg-message5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/squirrelmail/pkg-message b/mail/squirrelmail/pkg-message
index f948954ac9d5..4f9cd51e2464 100644
--- a/mail/squirrelmail/pkg-message
+++ b/mail/squirrelmail/pkg-message
@@ -4,6 +4,11 @@ You now need to add an alias to apache's httpd.conf pointing to
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
+
In order to do your administrative configuration you need to
cd %%PREFIX%%/squirrelmail && ./configure
SquirrelMail will not work until this has been done.