Changes in the Mailman role

This commit is contained in:
Aurélien Bompard 2015-08-19 14:43:21 +00:00
parent 6120671a89
commit c21cb22894
3 changed files with 26 additions and 10 deletions

View file

@ -1,25 +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: hyperkitty.lib.archiver.Archiver
# enable: yes
# configuration: /path/to/here/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/archives/
# This is the public URL of your HyperKitty installation. This value will
# appear as a link at the bottom of emails sent to the list, so it must be
# publicly accessible.
public_url: http://{{ mailman_url }}/archives/
# Shared API key, must be the identical to the value in HyperKitty's
# settings.
api_key: SecretArchiverAPIKey