summaryrefslogtreecommitdiffstats
path: root/roles/webmail/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-05 17:30:00 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-05 17:33:25 +0200
commit17d7427e0bc5e61ee10e28cbc5cba5b8a7566d58 (patch)
tree00dc894e22ab7221e908faeac98095835b0a0782 /roles/webmail/handlers
parent57e40efc54c230566fd5f6bd10d25692709909b7 (diff)
Use stunnel to secure the connection from the webmail to ldap.fripost.org.
We should use IPSec instead, but doing so would force us to weaken slapd.conf's ‘security’ setting.
Diffstat (limited to 'roles/webmail/handlers')
-rw-r--r--roles/webmail/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/webmail/handlers/main.yml b/roles/webmail/handlers/main.yml
index 6009de0..17a0dc4 100644
--- a/roles/webmail/handlers/main.yml
+++ b/roles/webmail/handlers/main.yml
@@ -2,5 +2,8 @@
- name: Restart stunnel@smtp
service: name=stunnel4@smtp state=restarted
+- name: Restart stunnel@ldap
+ service: name=stunnel4@ldap state=restarted
+
- name: Restart Nginx
service: name=nginx state=restarted