6
0
Fork 0
This repository has been archived on 2022-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
cdist-recycledcloud/type/__recycledcloud_lists/files/mailman-hyperkitty.cfg.sh

25 lines
724 B
Bash
Executable File

#!/bin/sh
cat << EOF
# 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: https://${DOMAIN:?}/hyperkitty/
# Shared API key, must be the identical to the value in HyperKitty's
# settings.
api_key: ${HYPERKITTY_API_KEY:?}
EOF