Difference between revisions of "Z-Push"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Pew
imported>Pew
(Replaced content with "Category:Pending deletion")
Line 1: Line 1:
TODO: Move to software page
+
[[Category:Pending deletion]]
 
 
'''Z-Push''' is an [[Free software|open source]] ActiveSync server written in PHP. It can use several data backends, the most featureful of which is [[Zarafa]].
 
 
 
=Installation=
 
{{Version|Z-Push 1.3 RC 2 on CentOS 5}}
 
 
 
To install Z-Push, download and unzip the tarball to <code>/var/www</code>, add the appropriate configuration to Apache and make sure the permissions are set as necessary. Detailed instructions are in the INSTALL file unpacked from the tarball. Quick steps are shown below.
 
 
 
<pre>
 
# wget http://download.berlios.de/z-push/z-push-1.3RC2.tar.gz
 
# tar xzf z-push-*.tar.gz -C /var/www
 
# echo 'Alias /Microsoft-Server-ActiveSync /var/www/z-push/index.php
 
 
 
php_flag magic_quotes_gpc off
 
php_flag register_globals off
 
php_flag magic_quotes_runtime off
 
php_flag short_open_tag on' > /etc/httpd/conf.d/z-push.conf
 
# chown -R apache:apache /var/www/z-push
 
# /etc/init.d/httpd graceful
 
</pre>
 
 
 
You can test the installation by navigating to <code>http://yourdomain.com/Microsoft-Server-ActiveSync</code>. You should be greeted by a request for your username and login and after successful authentication the following message.
 
 
 
<pre>
 
Your device requested the Z-Push URL without the required GET parameters.
 
</pre>
 
 
 
If you get that message then you're ready to configure your clients.
 
 
 
=See Also=
 
* [[Android]] platform clients
 
* [[Zarafa]] personal information server
 
 
 
=External Links=
 
* [http://z-push.sourceforge.net/soswp/index.php?pages_id=1&t=home Z-Push project page]
 
 
 
[[Category:Web applications]]
 
[[Category:Personal information management]]
 
[[Category:Howtos]]
 
[[Category:Needs restoration]]
 

Revision as of 02:36, 4 January 2018