From 88112ee192127825c97e431ca97b7a1a422d2bc7 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 2 Oct 2020 00:30:22 +0200 Subject: Roundcube: Don't allow overriding authres_status's use_fallback_verifier/trusted_mtas. --- roles/webmail/tasks/roundcube.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/webmail/tasks/roundcube.yml') diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index 8404b6d..afe20bf 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -147,6 +147,8 @@ - { var: check_all_folders, value: "false" } - { var: hide_blockquote_limit, value: "8" } - { var: attachment_reminder, value: "true" } + # Don't allow overriding these settings + - { var: dont_override, value: "array('use_fallback_verifier', 'trusted_mtas');" } - name: Make the logo a hyperlink to the website lineinfile: dest=/usr/share/roundcube/skins/{{ item }}/templates/login.html -- cgit v1.2.3