|
@@ -21,7 +21,7 @@ What do you get if you point Sovereign at a server? All kinds of good stuff!
|
21
|
21
|
- Spam fighting via [Rspamd](https://www.rspamd.com/).
|
22
|
22
|
- Mail server verification using [DKIM](http://www.dkim.org/) and [DMARC](http://www.dmarc.org/) so the Internet knows your mailserver is legit.
|
23
|
23
|
- Webmail via [Roundcube](http://www.roundcube.net/).
|
24
|
|
-- Mobile push notifications via [Z-Push](http://z-push.sourceforge.net/soswp/index.php?pages_id=1&t=home).
|
|
24
|
+- Mobile push notifications and autodiscovery via [Z-Push](http://z-push.sourceforge.net/soswp/index.php?pages_id=1&t=home).
|
25
|
25
|
- Email client [automatic configuration](https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration).
|
26
|
26
|
- Jabber/[XMPP](http://xmpp.org/) instant messaging via [Prosody](http://prosody.im/).
|
27
|
27
|
- An RSS Reader via [Selfoss](http://selfoss.aditu.de/).
|
|
@@ -57,7 +57,7 @@ Installation
|
57
|
57
|
|
58
|
58
|
The following steps are done on the remote server by `ssh`ing into it and running these commands.
|
59
|
59
|
|
60
|
|
-### 1. Install required packages e.g `aptitude` is required on Debian
|
|
60
|
+### 1. Install required packages
|
61
|
61
|
|
62
|
62
|
apt-get install sudo python
|
63
|
63
|
|