In /etc/mailman3/mailman-web.py I have added FILTER_VHOST = True so that only the list for the current domain are shown.
But this has no effect.
What's more, in hyperkitty I see at the top left the lable for the default domain, even though I am visiting from another domain.
The web domains are exactly the same as the mail domans (lists.[domain].[tld])
In the Nginx config I have addedÂ
location / { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host $host; proxy_pass http://localhost:8000/; [....]
}
to make sure that mailman3 knows from which URL it is visited.
Am I overlooking something?
I am using the distribution packages on Ubuntu 20.04: mailman3 3.2.2-1 mailman3-web 0+20180916-10
I see, the mailman3-web package is quite dated. Is it recommended to install via virtualenv instead?
Cheers,
Johannes