From 17d7427e0bc5e61ee10e28cbc5cba5b8a7566d58 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 5 Jun 2016 17:30:00 +0200 Subject: Use stunnel to secure the connection from the webmail to ldap.fripost.org. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should use IPSec instead, but doing so would force us to weaken slapd.conf's ‘security’ setting. --- roles/webmail/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/webmail/handlers') 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 -- cgit v1.2.3