1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
From: Jonas Meurer <jonas@freesources.org>
Date: Mon, 12 Mar 2018 17:04:04 +0100
Subject: adjust_mailman-hyperkitty.cfg_for_debian
Description: Adjust mailman-hyperkitty.cfg for the Debian package
* Give correct path to mailman-hyperkitty.cfg
* Change 'base_url' according to the default setup with mailman3-web
Forwarded: not-needed
---
mailman-hyperkitty.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mailman-hyperkitty.cfg b/mailman-hyperkitty.cfg
index be0a999..e8f1b2b 100644
--- a/mailman-hyperkitty.cfg
+++ b/mailman-hyperkitty.cfg
@@ -4,7 +4,7 @@
# [archiver.hyperkitty]
# class: mailman_hyperkitty.Archiver
# enable: yes
-# configuration: /path/to/here/mailman-hyperkitty.cfg
+# configuration: /etc/mailman3/mailman-hyperkitty.cfg
#
[general]
@@ -13,7 +13,7 @@
# 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/hyperkitty/
+base_url: http://localhost/mailman3/hyperkitty/
# Shared API key, must be the identical to the value in HyperKitty's
# settings.
|