Changes

Jump to: navigation, search

Z-Push

1,495 bytes added, 07:32, 4 January 2019
Undo revision 1970 by [[Special:Contributions/imported>Pew|imported>Pew]] ([[User talk:imported>Pew|talk]])
'''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 offphp_flag register_globals offphp_flag magic_quotes_runtime offphp_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:Howtos]][[Category:Pending deletionSoftware]]

Navigation menu