1 Sep
2017
1 Sep
'17
2:09 p.m.
Hi,
Started experimenting with the Docker images at https://github.com/maxking/docker-mailman/.
I had a question regarding the parameter: SERVE_FROM_DOMAIN.
I want to use multiple domains, what is the best way to specify multiple domains in this environment variable?
I tried it without the environment set, and also with some variables like:
SERVE_FROM_DOMAIN=['lists.domain.com', 'lists.domain2.com'] and SERVE_FROM_DOMAIN="lists.domain1.com", "lists.domain2.com"
However I still only get the example.com site.
Furthermore, is there a recommended way to get data from MM2 (list configs and archives) into MM3?
Thanks. Andrew.