|
@@ -30,6 +30,7 @@ What do you get if you point this thing at a VPS? All kinds of good stuff!
|
30
|
30
|
* "IMAP":https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol over SSL via "Dovecot":http://dovecot.org/, complete with full text search provided by "Solr":https://lucene.apache.org/solr/.
|
31
|
31
|
* "SMTP":https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol over SSL via Postfix, including a nice set of "DNSBLs":https://en.wikipedia.org/wiki/DNSBL to discard spam before it ever hits your filters.
|
32
|
32
|
* Webmail via "Roundcube":http://www.roundcube.net/.
|
|
33
|
+* Mobile push notifications via "Z-Push":http://z-push.sourceforge.net/soswp/index.php?pages_id=1&t=home.
|
33
|
34
|
* Jabber/"XMPP":http://xmpp.org/ instant messaging via "Prosody":http://prosody.im/.
|
34
|
35
|
* An RSS Reader via "Selfoss":http://selfoss.aditu.de/.
|
35
|
36
|
* Virtual domains for your email, backed by "MySQL":https://www.mysql.com/.
|
|
@@ -160,6 +161,15 @@ h3. 7. Miscellaneous Configuration
|
160
|
161
|
* Sign in to the ZNC web interface and set things up to your liking.
|
161
|
162
|
* You'll probably want to sign into your ownCloud installation and check out the settings there, too.
|
162
|
163
|
|
|
164
|
+h3. 8. Mobile Push Notifications
|
|
165
|
+
|
|
166
|
+* If your device supports ActiveSync (Exchange) you can setup your email account as a Microsoft Exchange account to receive push notifications.
|
|
167
|
+* Please note that Z-Push does not currently support multiple addresses pushing (via ActiveSync) from the same server to a single device. If you attempt this you will get near-constant failed connections for the other ActiveSync accounts. Perhaps a future Z-Push update will add this feature.
|
|
168
|
+* Use these settings when configuring your device:
|
|
169
|
+** Server: @mail.example.com@
|
|
170
|
+** Domain: leave blank
|
|
171
|
+** Username: @youremail.example.com@
|
|
172
|
+
|
163
|
173
|
h2. How To Use Your New Personal Cloud
|
164
|
174
|
|
165
|
175
|
We're collecting known-good client setups "on our wiki":https://github.com/al3x/sovereign/wiki/Usage.
|