dataset/seed/mailman/templates/mailman-hyperkitty.cfg

27 lines
902 B
INI
Raw Normal View History

2023-02-14 14:27:17 +01:00
# 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.
%set %%revprox_client_external_domainname = %%revprox_client_external_domainnames[0]
%set %%location = %%domainname.revprox_client_location
base_url: http://%%domainname%%location%slurp
%if not %%location.endswith('/')
/%slurp
%end if
hyperkitty/
# Shared API key, must be the identical to the value in HyperKitty's
# settings.
api_key: %%postorius_secret_key