1 Apr
2018
1 Apr
'18
7:16 p.m.
So it looks like no database was setup. My understand is the docker installation does that:
The default compose file do these things:
Run a wsgi server using uwsgi for the Mailman's Django based web frontend listening on http://172.19.199.3:8000/ . It will run 2 worker processes with 4 threads each. Run a PostgreSQL server with a default database, username and password as mentioned in the docker-compose.yaml . Run mailman-core listening an LMTP server at http://172.19.199.2:8024/ for messages from MTA.