On Thu, 2021-12-30 at 21:19 +0000, horvath.arpad.szfvar@gmail.com wrote:
Hi,
I try to connect mailman3 to hyperkitty, but there is no success so far. You can see the details below. How can I solve the problem?
As I have several domain name (like lists.xxx.hu, xxx.hu, yyy.hu) on the same server, so I guess localhost won't work.
In mailman-hyperkitty.cfg there is a line:
base_url: http://lists.xxx.hu/hyperkitty/
/etc/mailman3/mailman-web.py includes "*" in ALLOWED_HOSTS
I have an error message in /var/log/mailman3/mailman.log
Dec 30 21:41:23 2021 (126976) HyperKitty failure on http://lists.xxx.hu/hyperkitty/api/mailman/archive: (405) Dec 30 21:41:23 2021 (126976) Exception in the HyperKitty archiver: Dec 30 21:41:23 2021 (126976) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message url = self._send_message(mlist, msg) File "/usr/lib/python3/dist-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message raise ValueError(result.text) ValueError
[snip]
I'm no expert, but here's a previous discussion I found:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/P...
I don't know if it applies, but it looks close.
billo