1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/security/mailzu/files/pkg-message.in
Adam Weinberger 4ca54cc2f2 STAGE support, and general cleanups. Some of the changes are a
bit more aggressive, but at this point, if I'm staging your port,
you've likely stopped caring what's done to it.
2014-05-01 01:42:38 +00:00

28 lines
717 B
Plaintext

%%PKGNAME%% has been installed into:
%%WWWDIR%%
****************************************************
Please read: %%DOCSDIR%%/INSTALL
****************************************************
Then, edit %%WWWDIR%%/config/config.php
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>