It seems my apache vhost settings are messed up. To access the postorius page, I have to use URLs like this:
https://lists.[1]tld_/mailman3/mailman3/lists/_
That does not look right, and maybe is the cause of my problem. There are very few guides to set up apache virtual hosts with mailman virtualenv installation. Any hint?
Am Donnerstag, 28. April 2022, 19:02:42 CEST schrieb Mark Sapiro:
On 4/28/22 02:50, Eggert Ehmke wrote:
I created some templates in Postorius to get personalized notifications when there are moderator requests. The notifications I get seem to be the standard texts. When I look into mailman/ mm/var/templates the directory is empty. Nevertheless, the templates I create in Postorius seem to be stored (where?), they just do not work.
As Steve said the templates are stored in the database.
I suspect the issue is and incorrect value for
POSTORIUS_TEMPLATE_BASE_URL
in your Django settings. This is used to construct the URI to retrieve the template. The URI is stored in thetemplate
table in the database. It is normally justhttp(s)://host.name/
If this is the issue, after correcting the setting and restarting the web service, you will need to delete and re-enter the template in Postorius to correct the
template
table entry.