On 2024-04-23 11:33, Mark Sapiro wrote:
On 4/22/24 17:06, Mark wrote:
There was no line POSTORIUS_TEMPLATE_BASE_URL in /etc/mailman3/settings.py
So presumably you were getting the default
POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost:8000'
from mailman-web/settings/mailman.py because of from mailman_web.settings.mailman import * in your settings.py.
Yes.
# Mailman Web configuration file. # /etc/mailman3/settings.py # Get the default settings. from mailman_web.settings.base import * from mailman_web.settings.mailman import * ...
Then, as site-owner, creating a new custom Welcome template (again via the WebUI) I can see it correctly added to the database in mailman.template.uri
- https://lists.mydomain.com/mailman3/api/templates/list/lists.mydomain.com/li...
That URI should have been;
https://lists.mydomain.com/mailman3/api/templates/list/mytestlist.lists.mydo...
If I go to the above URL, the text of the list's Custom welcome message displays on an otherwise empty webpage.
And what happens if you go to that URL in a web browser? Also what do you get when going to https://lists.mydomain.com/mailman3?
I get the Postorius page "Mailing Lists" that displays the table of lists.