On Sun, Dec 23, 2018, at 4:42 PM, brian@emwd.com wrote:
I have successfully setup a second domain with my Mailman3 setup. I also created a list using the second domain. So I have two domains with one list each. The issue I see at this point is all of the lists are shown via Postorius regardless of the list domain used. Is it possible to have only the lists to show that are part of the domain being used to access? For example:
http://domaina.com/postorius/lists/
Only listnames@domaina.com show up.
http://domainb.com/postorius/lists/ Only listnames@domainb.com show up.
Right now both domaina AND domainb lists showup regardless of the domain being used to access Postorius. The same goes for Hyperkitty as well.
You can do that this in Hyperkitty. Setting
FILTER_VHOSTS = True
in Django's settings.py (or settings_local.py, if you are using container images) will filter the lists for the current "Host:" header in the request.
Postorius doesn't have this ability yet, but wouldn't be too much work to add that. Pull requests are welcome :)
Brian
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)