On 10/20/23 14:55, Wikinaut wrote:
(I read thoroughly https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/2... "New messages not being archived", but could not find what's wrong on my machine.)
This is what I found in /var/log/mailman3/mailman.log : HyperKitty failure on https://mail.opteryx.org/mailman3/archives/api/mailman/archive: This page either doesn't exist, or it moved somewhere else.
I have double checked all settings in the /etc/mailman3/ configuration files and are not able to get message archived. There is not REST error message any more, but perhaps a problem with the paths. I have no idea any more where to fix this.
I am not sure how you installed Mailman3, but you need to update the URL at which Hyperkitty is available in mailman-hyperkitty.cfg config file, which most probably exists in /etc/mailman3 if you are using our virtualenv guide to install.
[general] base_url: http://127.0.0.1:8000/archives/ api_key: Secret_Hyperkitty_API_Key
In the ^ file, you probably have something like
base_url: https://mail.opteryx.org/mailman3/archives
instead of
base_url: https://mail.opteryx.org/archives
(note the additional /mailman3/ in the path).
-- thanks, Abhilash Raj (maxking)