Functionailty of web host domains
Hello everybody,
I'd actually like to use mailman3 in a multi-site setup, so that lists are only accessible from corresponding domains.
I already asked once oif this would be possible with domain admins, but that is not implemented: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/A...
Then i was asking myself whether it could be possible with the "wed host" functionality.
For each domain you can specify a "web host". But when I specify a
different one than the default for one domain, and make it accessible
with specifying DJANGO_ALLOWED_HOSTS
, all mailinglists from the other
web hosts are also shown when I access the second site.
So does this 'web host' option have a meaning, or is it just an alias for the first site?
Best regards,
Johannes Winter
On 06/15/2018 12:37 PM, Johannes Winter wrote:
For each domain you can specify a "web host". But when I specify a different one than the default for one domain, and make it accessible with specifying
DJANGO_ALLOWED_HOSTS
, all mailinglists from the other web hosts are also shown when I access the second site.So does this 'web host' option have a meaning, or is it just an alias for the first site?
This is a 'site' as implemented in Django <https://docs.djangoproject.com/en/2.0/ref/contrib/sites/>.
I.e., it provides ways to do different things or retrieve different content based on site, but I don't see that either Postorius or HyperKitty makes use of it in this way.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Johannes Winter
-
Mark Sapiro