13 Apr
2022
13 Apr
'22
7:54 p.m.
Thanks, so if do not do a cronjob how often would mailman send out digests? is it daily or ????? it sounds like it is daily, But is that setup in the Docker Environment, it appears not to be? if not how do I set that up in the Docker environment?
I thought docker mailman cron jobs run from the "docker-web" container in the file "/opt/mailman-web/uwsgi.ini" but the "docker-web" container can not run the command "mailman" command
Do I do this in cron in the "docker-core" container or do I run it from cron on my docker host as an entry like
0 1 *** 'docker exec -it mailman-core mailman digests --list list@example.com --periodic'