1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/security/mailzu/files/pkg-message.in
Sahil Tandon d80c10291a Add a patch to fix quarantine summary in overview. Also
make a note in pkg-message that PHP's short_open_tag
boolean should be true for proper operation of MailZu.
While here, remove MD5 checksum from distinfo.

Bump PORTREVISION as this affects the package.

PR:		ports/152540
Submitted by:	Michael Ranner <michael@ranner.eu>
2010-11-27 06:48:59 +00:00

29 lines
791 B
Plaintext

%%PKGNAME%% has been installed into:
%%WWWDIR%%
****************************************************
Please read: %%DOCSDIR%%/INSTALL
****************************************************
Then, create and edit %%WWWDIR%%/config/config.php
An example is provided in %%WWWDIR%%/config/config.php.sample
Also, please note that MailZu needs PHP's short_open_tag
boolean to be "on" (this is detault in typical installations
of PHP). To be certain, you can set "short_open_tag = on" in
%%LOCALBASE%%/etc/php.ini.
Finally, make MailZu available through your web site. An
example for httpd.conf:
Alias /mailzu/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.org
</Directory>