summaryrefslogtreecommitdiff
path: root/security/mailzu/files/pkg-message.in
blob: 729b83ef388aa212a699ca6eef27646c62d4eeb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
MailZu 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>