The latest release of Postorius includes these lines in mailman_web/urls.py:
# Include alternate Postorius and HyperKitty URLs.
path('postorius/', include('postorius.urls')),
path('hyperkitty/', include('hyperkitty.urls')),
It appears that these paths override the originals (/mailman3 & /archive). I’m using apache and have had to add ProxyPass lines for these new alternate URLs, as /mailman3 and /archive don’t appear to be presented anymore by mailman-web. All the links at the top (Postorious, lists, domains, bans, system info, users, and archives) – all have /postorius or /hyperkitty as the start of their URLs.
If I make a copy of that urls.py in /etc/mailman3 and point to it with ROOT_URLCONF – and comment out those alternate lines, the links go back to the way they were (/mailman3 and /archives).
Or, as I mentioned, I can add the ProxyPass lines for /postorius and /hyperkitty to apache.
One way or another, it doesn’t seem to be behaving as an alternate. Or have I overlooked something?
Thank you
Tom Lieuallen