Do i need a mailman-hyperkitty.cfg file?
While trying to set up my new mailman installation in Ubuntu 22.04, which doesn't quite work yet, I decided to compare my config files with my Ubuntu 24.04 LTS installation, which does seem to work to the degree I've tested it. I noticed this little snippet in the settings.py file:
# Set this to match the api_key setting in # /opt/mailman/mm/mailman-hyperkitty.cfg (quoted here, not there). MAILMAN_ARCHIVER_KEY = 'Secret_Hyperkitty_API_Key'
Aha, I thought. I should have changed that. Then I noticed that I didn't even have a mailman-hyperkitty.cfg file, and I can't find mention of it in the venv instructions. I *have* installed mailman- hyperkitty during the "pip install mailman-web mailman-hyperkitty" step. I did a "find" on /opt/mailman, and it doesn't seem the file is there at all.
Do I need this file?
I found a template here: https://gitlab.com/mailman/mailman-hyperkitty/blob/master/mailman-hyperkitty...
Do I need to copy and paste that in my installation?
Thanks!
billo
On 10/28/24 18:33, Bill Oliver wrote:
Aha, I thought. I should have changed that. Then I noticed that I didn't even have a mailman-hyperkitty.cfg file, and I can't find mention of it in the venv instructions. I *have* installed mailman- hyperkitty during the "pip install mailman-web mailman-hyperkitty" step. I did a "find" on /opt/mailman, and it doesn't seem the file is there at all.
Do I need this file?
Yes. See the last part of the section at
https://docs.mailman3.org/en/latest/install/virtualenv.html#installing-mailm...
where it says in part And, create the /etc/mailman3/mailman-hyperkitty.cfg file containing these settings: ...
I found a template here: https://gitlab.com/mailman/mailman-hyperkitty/blob/master/mailman-hyperkitty...
Do I need to copy and paste that in my installation?
It, or something as mentioned in the above doc needs to be at the
location defined in the configuration:
setting in the
[archiver.hyperkitty]
section of mailman.cfg
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Mon, 2024-10-28 at 21:08 -0700, Mark Sapiro wrote:
[ [snip]
es. See the last part of the section at https://docs.mailman3.org/en/latest/install/virtualenv.html#installing-mailm... where it says in part
And, create the /etc/mailman3/mailman-hyperkitty.cfg file containing these settings: ...
I found a template here: https://gitlab.com/mailman/mailman-hyperkitty/blob/master/mailman- hyperkitty.cfg
Do I need to copy and paste that in my installation?
It, or something as mentioned in the above doc needs to be at the location defined in the
configuration:
setting in the[archiver.hyperkitty]
section of mailman.cfg--
Hah! If it were a snake it woulda bit me. I can't believe I scanned right over it.
Thanks!
billo
participants (2)
-
Bill Oliver
-
Mark Sapiro