FILTER_VHOST for 3.2.1 not working after install
Hello,
I'm using Mailman 2.1.29 since several years and all was perfect except the virtual_host which was "faked" : it was possible to have several mailing list by domain linked to their own domain and url but not same mailing list name for multiple domains.
Example (with lighttpd) :
- at http://ml.bossier.fr/listinfo we can see ONLY mailing list "test2@", "Test3@" and "Test4@" for @ml.bossier.fr
- and at http://ml.franceserv.fr/listinfo we can see ONLY mailing list "bar@", "newsletter@" and "test@" for @ml.franceserv.fr
Each url_host have their "own" mailing list.
It's the main reason I would like migrate and use Mailman 3 and be able to have "test@ml.bossier.fr" and "test@ml.franceserv.fr".
So I installed Mailman 3.2.1 and I have set "FILTER_VHOST = True" into /etc/mailman3/mailman-web.py
then :
mailman create --language fr --owner admin@franceserv.fr --domain test@ml.franceserv.fr mailman create --language fr --owner admin@franceserv.fr --domain test2@ml.bossier.fr
And I have this result (with nginx as front) :
- at http://ml.franceserv.fr:81/postorius/lists/ we can see mailing list "test@ml.franceserv.fr and test2@ml.bossier.fr"
- and at http://ml.bossier.fr:81/postorius/lists/ we can see mailing list "test@ml.franceserv.fr and test2@ml.bossier.fr" (same result)
And it's my problem, I would like be able to see the linked mailing list to their own url.
I would like with Mailman 3.2.1 see into :
- "example1.com/postorius/lists/" only the mailing list related to example1,
- and into "example2.com/postorius/lists/" only the mailing list related to example2 as Mailman 2.1.x do it.
I don't understand what I missed, could you help me please ?
Best regards, Élodie
PS. Sorry for my english language I'm french.
On 1/8/20 2:33 AM, Élodie BOSSIER via Mailman-users wrote:
I would like with Mailman 3.2.1 see into :
- "example1.com/postorius/lists/" only the mailing list related to example1,
- and into "example2.com/postorius/lists/" only the mailing list related to example2 as Mailman 2.1.x do it.
I don't understand what I missed, could you help me please ?
It works for me. I suspect in your case it has something to do with how ngnix is set up to forward to Django. What are your nginx settings for this?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Élodie BOSSIER