===========================================================================
$NetBSD: MESSAGE,v 1.1 2016/06/05 00:02:21 jym Exp $

For pkgsrc installations, Z-push is installed with non-default locations:

	Z-push directory:	/usr/pkg/share/z-push
	Documentation:		/usr/pkg/share/doc/z-push

To complete the installation of Z-push, follow these steps:

1. Configure Z-push to use the different servers you want it to support.
   The configuration file is extensively documented:

	Configuration file:	/usr/pkg/etc/z-push/config.php

2. You will need to make Z-push accessible through your HTTP server.
   If you are running Apache and ap-php, you can use the following file:

        /usr/pkg/etc/z-push/z-push.conf

   and add an Include directive directly within Apache configuration:

        Include /usr/pkg/etc/z-push/z-push.conf

   If you are not using Apache:

    - make Z-push `index.php' accessible directly through the
      URL `/Microsoft-Server-ActiveSync'

    - set the following PHP flags for the Z-push directory:

	php_flag magic_quotes_gpc off
	php_flag register_globals off
	php_flag magic_quotes_runtime off
	php_flag short_open_tag on

    - adjust the owner and group of the following directories to match
      the ones corresponding to your webserver:

	/var/z-push  mode=0750
	/var/log/z-push    mode=0750
	/usr/pkg/etc/z-push/config.php mode=0640

   See Z-push online documentation for further information or refer
   to the INSTALL file:

	https://z-push.org/
	/usr/pkg/share/doc/z-push/INSTALL
===========================================================================
