Hi
I've just installed Mailman 3 using the Debian 11 package.
Mailman-Version: 3.3.3 HyperKitty version 1.3.4 Postorius Version 1.3.4
The first list that I've added is receiving and sending mail okay, however the messages are not being archived.
The logs report a HyperKitty error. I've copy-pasted that in at the end of this email.
I've checked the following:
============================== /etc/mailman3/mailman.cfg contains:
[archiver.hyperkitty] class: mailman_hyperkitty.Archiver enable: yes configuration: /etc/mailman3/mailman-hyperkitty.cfg
============================= The list has archiving configured on in Postorius.
- Archive policy: Private archives
- Active archivers: hyperkitty
============================= /etc/mailman3/mailman-hyperkitty.cfg has:
[general] base_url: https://lists.mydomain.com/mailman3/archives #base_url: https://lists.mydomain.com/mailman3/hyperkitty/ api_key: aaaaaaaaaaaaaaaaaaaaaa
============================= /usr/share/mailman3-web/settings_local.py contains:
ALLOWED_HOSTS = [ "localhost", '*' ] MAILMAN_ARCHIVER_KEY = 'aaaaaaaaaaaaaaaaaaaaaa'
============================= The headers of the emails received from the list show blanks for Archived-At and List-Archive:
X-Mailman-Version: 3.3.3 Precedence: list Archived-At: <> List-Archive: <>
============================= /var/log/mailman3/mailman.log
The errors in the log contain messages (that I'm clueless about) regarding HyperKitty.
Sep 20 01:05:54 2022 (1293) HyperKitty failure on https://lists.mydomain.com/mailman3/archives/api/mailman/archive Sep 20 01:05:54 2022 (1293) Exception in the HyperKitty archiver: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> ... <title>503 Service Unavailable</title> ... Sep 20 01:05:54 2022 (1293) 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) ...
=============================
If anyone can point me in the right direction to get the archive happening, that'd be grand.
Cheers, Mark
On Tue, 2022-09-20 at 12:09 +1000, Mark Dale via Mailman-users wrote:
============================= /etc/mailman3/mailman-hyperkitty.cfg has:
[general] base_url: https://lists.mydomain.com/mailman3/archives #base_url: https://lists.mydomain.com/mailman3/hyperkitty/ api_key: aaaaaaaaaaaaaaaaaaaaaa
=============================
All sorted.
I reset the base-url back to the default ...
base_url: https://lists.mydomain.com/mailman3/hyperkitty/
and all is well.
Happy days!
participants (1)
-
Mark Dale