From f4b3a16944660464989a3dbff148a2e0f128e84e Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 1 Dec 2019 17:45:22 +0100 Subject: [PATCH] Include Roundcube's security config --- ansible/roles/ispmail-webmail-apache-roundcube/templates/vhosts/https.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/ispmail-webmail-apache-roundcube/templates/vhosts/https.j2 b/ansible/roles/ispmail-webmail-apache-roundcube/templates/vhosts/https.j2 index 6c9cf25..0283cc0 100644 --- a/ansible/roles/ispmail-webmail-apache-roundcube/templates/vhosts/https.j2 +++ b/ansible/roles/ispmail-webmail-apache-roundcube/templates/vhosts/https.j2 @@ -3,6 +3,7 @@ DocumentRoot /var/lib/roundcube Alias /adminer /usr/share/adminer/adminer + Include /etc/roundcube/apache.conf SSLEngine on SSLCertificateKeyFile /etc/ssl/private/mailserver.pem