7 Jan
2019
7 Jan
'19
8:07 p.m.
Did you change your settings_local.py file to match mine?
For the docker-compose.yaml file:
For the mailman-core, yours looks just like mine except I have:
stop_grace_period: 30s
I don't know if that setting makes any difference. I am also using the included postgres database instead of mysql.
For the mailman-web section, you need to add the following:
- SERVE_FROM_DOMAIN=yourdomain
- MAILMAN_ADMIN_USER=youruser
- MAILMAN_ADMIN_EMAIL=youradminemailaddress
I have no quotes in the above 3 settings.
What webserver are you using with your MM3 installation.
Brian