Bob,
I am running with Docker, and here is my cron line:
0 5 * * * /usr/bin/docker exec -u mailman mailman-core mailman digests -p
The "-u mailman" is important - you should use it 100% of the time, unless you specifically need root access. -i mean interactive, and -t requests a tty, neither of which you need here.
Seth
On Apr 13, 2022, at 3:54 PM, bob B via Mailman-users <mailman-users@mailman3.org> wrote:
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'
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/