21 Jun
2020
21 Jun
'20
10:25 a.m.
Hi Ruth,
I had a similar issue before and noted how the Docker system does this.
In mailman.cfg do something like:
[webservice] hostname: mailman-core.Domain.tld port: 8001
Set hostname to something that resolves to the current IP that you want external clients to connect to the REST interface on, potentially manipulate the Hosts file on the local machine if needed. Set port as desired.
This fixed a similar issue for me.
Thanks. Andrew.