Parcourir la source

some slight cleanup

Thomas Buck il y a 5 ans
Parent
révision
d9a5eaa89b
2 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 2
    2
      README.md
  2. 0
    3
      roles/mailserver/handlers/main.yml

+ 2
- 2
README.md Voir le fichier

@@ -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
 

+ 0
- 3
roles/mailserver/handlers/main.yml Voir le fichier

@@ -4,9 +4,6 @@
4 4
 - name: restart dovecot
5 5
   service: name=dovecot state=restarted
6 6
 
7
-- name: restart opendkim
8
-  service: name=opendkim state=restarted
9
-
10 7
 - name: restart solr
11 8
   service: name=tomcat8 state=restarted
12 9
 

Chargement…
Annuler
Enregistrer