
Ronald Barnes wrote on 2025-06-03 21:01:
>>> Changed >>> >>> Manage This List >>> Archive Rendering mode >>> Plain text (from Markdown text) >> >> Didn't work. >> >> >> Trying commenting out these: >> >> ## MAILMAN_ARCHIVER_KEY = 'WrGSvu98eUOoNSVqlaYdqILvi3zaczuu' >> ## MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1') >> >> from /etc/mailman3/settings.py > > Didn't work. > > Trying Public instead of Private archives
Didn't work.
In /etc/mailman3/settings.py, uncommented:
MAILMAN_ARCHIVER_KEY = $long_string
Didn't work.
In /etc/mailman3/mailman-hyperkitty.cfg changed to this:
## base_url: http://localhost:8000/mailman3/archives/ base_url: http://localhost/mailman3/archives/
Didn't work.
Trying /etc/mailman3/mailman-hyperkitty.cfg and putting an "s" on http, thusly:
base_url: https://localhost/mailman3/archives/
Didn't work.
And I have NO FUCKING CLUE.
Maybe someone else should be doing this.
I wish there were some better piece of software because this is an utter piece of shit.
Cursing: didn't work.
Trying /etc/mailman3/mailman-hyperkitty.cfg:
## localhost -> 127.0.0.1 (postfix doesn't check /etc/hosts so IP addr): base_url: https://127.0.0.1/mailman3/archives/
Didn't work.
Trying /etc/mailman3/mailman.cfg:
[archiver.prototype] enable: yes
Didn't work. Deleted archive (red button in Archives page), and re-created.