Browse Source

some slight cleanup

Thomas Buck 5 years ago
parent
commit
d9a5eaa89b
2 changed files with 2 additions and 5 deletions
  1. 2
    2
      README.md
  2. 0
    3
      roles/mailserver/handlers/main.yml

+ 2
- 2
README.md View File

21
 -   Spam fighting via [Rspamd](https://www.rspamd.com/).
21
 -   Spam fighting via [Rspamd](https://www.rspamd.com/).
22
 -   Mail server verification using [DKIM](http://www.dkim.org/) and [DMARC](http://www.dmarc.org/) so the Internet knows your mailserver is legit.
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
 -   Webmail via [Roundcube](http://www.roundcube.net/).
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
 -   Email client [automatic configuration](https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration).
25
 -   Email client [automatic configuration](https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration).
26
 -   Jabber/[XMPP](http://xmpp.org/) instant messaging via [Prosody](http://prosody.im/).
26
 -   Jabber/[XMPP](http://xmpp.org/) instant messaging via [Prosody](http://prosody.im/).
27
 -   An RSS Reader via [Selfoss](http://selfoss.aditu.de/).
27
 -   An RSS Reader via [Selfoss](http://selfoss.aditu.de/).
57
 
57
 
58
 The following steps are done on the remote server by `ssh`ing into it and running these commands.
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
     apt-get install sudo python
62
     apt-get install sudo python
63
 
63
 

+ 0
- 3
roles/mailserver/handlers/main.yml View File

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

Loading…
Cancel
Save