From e6600dcc50ae06ec6d23286210d3e1852e87f579 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 30 Apr 2026 09:00:51 +0200 Subject: [PATCH] document mailman captcha settings in template --- host_vars/template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host_vars/template.yml b/host_vars/template.yml index 941796b..8990a59 100644 --- a/host_vars/template.yml +++ b/host_vars/template.yml @@ -57,6 +57,11 @@ postfix: - lists.example.org default_footer: "-- \n%(list_name)s@%(host_name)s - %(description)s\nConfiguration: %(web_page_url)slistinfo%(cgiext)s/%(list_name)s\nUnsubscribe: %(list_name)s-unsubscribe@%(host_name)s\n" form_secret: $RANDOM + captcha: + - question: 'question' + answers: + - 'answer1' + - 'answer2' # optional: Install and configure dovecot dovecot: domains: # the file /etc/postfix/virtual_alias_map can be used to configure aliases -- 2.39.5