[Mailman-Developers] can not post to the list

Aurelien Bompard aurelien at bompard.org
Mon Jun 1 11:27:08 CEST 2015


>   File "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site-packages/mailman_hyperkitty/__init__.py",
> line 101, in list_url
>     return self._get_url({"mlist": mlist.fqdn_listname})
>   File "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site-packages/mailman_hyperkitty/__init__.py",
> line 82, in _get_url
>     result = requests.get(url, params=params)

That's Mailman core trying to talk to HyperKitty over http to get the
list archives URL. The URL it's trying to reach is set in the
"deployment/mailman-hyperkitty.cfg".
My guess is that you need to update it because if HyperKitty is
running under Apache, the port is no longer 8000, it's 80 (so you can
remove it from the URL).
If that's the problem, I'll update the README file.

Aurélien


More information about the Mailman-Developers mailing list