
On Thu, Aug 29, 2019, at 1:42 AM, sandeep kumar wrote:
Hi Team
I want to customize my home page of mailman 3 . When I type my site name it should go to another page and from there when I click distribution lists link It should redirect to mailman 3 default homepage.
I am trying to achieve this and failing in this regard.
How did you try to achieve this?
Expert team please give me any suggestions and clues regarding the dependencies that may involved in changing this.
Redirections aren't directly implemented in Mailman, it is typically configured in your webserver.
You are looking for a config probably where lists.example.com/index.html is your website and then you ProxyPass the /mailman3 endpoint to Mailman's wsgi server, which will make your DL address to be lists.example.com/mailman3.
-- Regards Sandeep Kumar +91-9642669192
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
-- thanks, Abhilash Raj (maxking)