fix hyperkitty config path

This commit is contained in:
nd 2021-03-08 14:23:15 +01:00
parent fd51072ed1
commit 80b2bbf44e
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 2 additions and 22 deletions

View file

@ -44,8 +44,8 @@
- name: copy mailman-hyperkitty config - name: copy mailman-hyperkitty config
notify: restart mailman notify: restart mailman
template: template:
src: mailman-hyperkitty.py.j2 src: mailman-hyperkitty.cfg.j2
dest: /etc/mailman3/mailman-hyperkitty.py dest: /etc/mailman3/mailman-hyperkitty.cfg
mode: 0640 mode: 0640
owner: root owner: root
group: list group: list

View file

@ -1,20 +0,0 @@
# 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 }}