On Tue, Feb 6, 2024 at 2:22 PM Mark <imark@posteo.net> wrote:
On 2024-02-06 21:34, Odhiambo Washington wrote:
I host two MLs on the same server/same MM3 instance. Under the Django Admin interface, I created two sites. I expected that each ML will belong to its own site and should not be visible on another site. On https://mm3-lists.kictanet.or.ke/mm/lists/, you can see the two lists. How do I stop the "Users" list from showing up on this site ( https://mm3-lists.kictanet.or.ke/mm/lists/) since it belongs to its own site - https://exim4u.org/mm/lists/ ?
In your settings file, add the line: FILTER_VHOST = True
# Mailman Web configuration file. # /etc/mailman3/settings.py ... #Filter visible Mailing Lists based on the current host being used to serve. FILTER_VHOST = True
I had this set to True in settings_local.py, but False in settings.py. So it seems to not make a difference in my setup.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]