Hi Mark,
many thanks for this hint.
I updated table "template" and replaced "localhost" with the real name and it worked.
// Hans
--
On 25.09.22 19:28, Mark Sapiro wrote:
On 9/25/22 05:26, mailman--- via Mailman-users wrote:
Dear All, I have a similar issue. Also on Debian 11. Also installed as Debian PKG. It's version GNU Mailman 3.3.3 (Tom Sawyer) I am using sqlite3. When I do the SQL-query I get an URI which is in multiple reasons wrong http://localhost/mailman3/postorius/api/templates/list/....../list:member:re...
The initial part of that URL is set from the Django setting
POSTORIUS_TEMPLATE_BASE_URL
. If that is set tohttp://localhost/mailman3/
, it should probably be justhttp://localhost/
.OK - the hostname could be changed but the path is not existing at all. There is no file "list:member:regular:footer" on the complete filesystem.
It's not a file. It refers to an entry in the postorius_emailtemplate table in the database which is retrieved via the Postorius API.