-
Notifications
You must be signed in to change notification settings - Fork 17
/
README
70 lines (60 loc) · 1.65 KB
/
README
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Description
-----------
sogosync is z-push with caldav and cardav backend.
Features
--------
* Add support to ActiveSync of multiple addressbook using a carddav server
* Add support to ActiveSync of multiple calendar using a caldav server
See also:
--------
Open Groupware
- http://www.sogo.nu/
ActiveSync implementation
- http://z-push.sourceforge.net/soswp
Cardav and Caldav RFC
- http://tools.ietf.org/html/rfc2425
- http://tools.ietf.org/html/rfc2426
ActiveSync Contact and Calendar Protocol Specification
- http://msdn.microsoft.com/en-us/library/cc425499%28EXCHG.80%29.aspx
- http://msdn.microsoft.com/en-us/library/dd299451(v=exchg.80).aspx
- http://msdn.microsoft.com/en-us/library/dd299440(v=exchg.80).aspx
Library used
------------
CardDAV-Client
- https://github.com/graviox/CardDAV-PHP/
vCard parser
- https://github.com/nuovo/vCard-parser/
Thanks to dekkers for the original caldav support
https://github.com/dekkers/s-push
Installation
------------
$ cd /var/www
$ git clone git://github.com/xbgmsharp/sogosync.git
$ cd sogosync
Read z-push install instruction into INSTALL file.
Configuration
-------------
Edit config.php
* Set TimeZone
* Replace
$BACKEND_PROVIDER = "BackendCaldav";
by
$BACKEND_PROVIDER = "BackendCombined";
* Configure the BackendIMAP settings section
Edit backend/combined/config.php
* Configure the BackendCalDAV settings section
* Configure the BackendCardDAV settings section
Test
----
Test from Firefox, you should get:
"""
Login to https://sogo.mydomain.com/Microsoft-Server-ActiveSync
You need to see:
Z-Push - Open Source ActiveSync
Version SVN checkout
GET not supported
"""
Update
------
$ cd /var/www/sogosync
$ git push