From a60819b9961e4a9308727787d4a5a1f49eeecc11 Mon Sep 17 00:00:00 2001 From: nd Date: Mon, 8 Mar 2021 14:23:33 +0100 Subject: [PATCH] fixup! fix hyperkitty config path --- templates/mailman-hyperkitty.cfg.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/mailman-hyperkitty.cfg.j2 diff --git a/templates/mailman-hyperkitty.cfg.j2 b/templates/mailman-hyperkitty.cfg.j2 new file mode 100644 index 0000000..2286d3f --- /dev/null +++ b/templates/mailman-hyperkitty.cfg.j2 @@ -0,0 +1,20 @@ +# This is the mailman extension configuration file to enable HyperKitty as an +# archiver. Remember to add the following lines in the mailman.cfg file: +# +# [archiver.hyperkitty] +# class: mailman_hyperkitty.Archiver +# enable: yes +# configuration: /etc/mailman3/mailman-hyperkitty.cfg +# + +[general] + +# This is your HyperKitty installation, preferably on the localhost. This +# address will be used by Mailman to forward incoming emails to HyperKitty +# for archiving. It does not need to be publicly available, in fact it's +# better if it is not. +base_url: http://localhost:15427/hyperkitty/ + +# Shared API key, must be the identical to the value in HyperKitty's +# settings. +api_key: {{ mailman.archiver.key }}