On Sat, Mar 31, 2018, at 9:33 AM, brian@emwd.com wrote:
I am making a serious attempt at installing Mailman 3 using docker. I have a CentOS 7 server setup via Linode. I am using the following documentation to setup a Mailman 3 server:
https://xiaoxing.us/2018/01/02/Deploy-Mailman-3-on-AWS-using-Docker/
The official docs for container images sits here1. Although, I wen through the above blog very quickly and it seems to me that most of parts related to Mailman are pretty straightforward and similar to official docs.
I have Docker, Postfix, and Nginx installed and working fine. The installation of the Mailman 3 container went fine. However I am getting the following error when I go to test Posterius via shell:
curl http://172.19.199.3:8000/postorius/lists/ curl: (7) Failed connect to 172.19.199.3:8000; Connection refused
There are few things you can do to debug:
check if mailman-web container is even running $ docker ps
check if there are anything in /opt/mailman/web/logs/ .
-- Abhilash Raj maxking@asynchronous.in