Attachment 'mailman_crontab.txt'
Download 1 # For 'click'
2 LANG=en_US.UTF-8
3
4 @hourly /opt/mailman/mm/bin/django-admin runjobs hourly
5 @daily /opt/mailman/mm/bin/django-admin runjobs daily
6 @weekly /opt/mailman/mm/bin/django-admin runjobs weekly
7 @monthly /opt/mailman/mm/bin/django-admin runjobs monthly
8 @yearly /opt/mailman/mm/bin/django-admin runjobs yearly
9 0,15,30,45 * * * * /opt/mailman/mm/bin/django-admin runjobs quarter_hourly
10 * * * * * /opt/mailman/mm/bin/django-admin runjobs minutely
11
12 # Send periodic digests.
13 30 3 * * * /opt/mailman/mm/bin/mailman digests --periodic
14
15 # Send request reminder for MM 3. Like the checkdbs job for 2.1
16 0 8 * * * /opt/mailman/mm/bin/mailman notify
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.