Ok I did install using the https://docs.mailman3.org/en/latest/install/virtualenv.html
I added
POSTORIUS_TEMPLATE_BASE_URL='https://www.example.com/'
to /etc/mailman3/settings.py and restarted mailman services
However I'm still getting the same error from mailman.log
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='localhost',
port=8000): Read timed out. (read timeout=5)
[29/Jan/2025:19:18:08 +0000] "POST /3.1/members HTTP/1.1" 400 128 "-" "GNU
Mailman REST client v3.3.5"
[29/Jan/2025:19:18:08 +0000] "GET /3.1/lists/
testing@list.louisvillecommunitygrocery.com/requests/count?token_owner=moderator
HTTP/1.1" 200 73 "-" "GNU Mailman REST client v3.3.5"
[29/Jan/2025:19:18:08 +0000] "GET /3.1/lists/
testing@list.louisvillecommunitygrocery.com/held/count HTTP/1.1" 200 73 "-"
"GNU Mailman REST client v3.3.5"
Not sure if I'm editing the correct config file.
Thank you, Paul 'Arte Chambers' Robey 502-408-6922
On Wed, Jan 29, 2025 at 1:27 PM Mark Sapiro <mark@msapiro.net> wrote:
On 1/29/25 09:41, Arte Chambers via Mailman-users wrote:
Where can I find the setting
POSTORIUS_TEMPLATE_BASE_URL
It is in your Django settings. Where these are depends on your installation, but these are usually in files named settings.py and settings_local.py.
If you installed following https://docs.mailman3.org/en/latest/install/virtualenv.html the default is in mailman_web/settings/mailman.py but you would override the default in /etc/mailman3/settings.py
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to paul.m.robey@gmail.com