On 4/27/20 8:17 AM, Gelpi Andrea wrote:
Hi, on a debian10 I have mm3 installed via apt-get
apt-get install mailman3-full dpkg-reconfigure mailman3 dpkg-reconfigure mailman3-web
I have this minor issue
https://webserver/mailman3 redirects to http://webserver/mailman/postorius/lists/
that doesn't exist.
The same problem form django admin page to return to lists
https://website/mailman3/admin/sites/site
In the upper right corner I have a link to https://webserver/mailman3 that redirects to https://mailman/postorius/lists/
I searched for a redirect but without success.
The redirection must be a web server issue.
There is a urls.py file probably in the same directory as your django settings - probably /usr/share/mailman3-web/urls.py in your case.
You can make a URL like http://webserver/mailman/postorius/lists/ work by adding
url(r'^mailman/postorius/', include('postorius.urls')),
to the urlpatterns list in the urls.py file.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan