2009-08-14 19:54:33 +00:00
|
|
|
%%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
|
|
|
|
|
2010-11-27 06:48:59 +00:00
|
|
|
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.
|
|
|
|
|
2009-08-14 19:54:33 +00:00
|
|
|
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>
|