diff options
| -rwxr-xr-x | cron/crontab.in.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in new file mode 100755 index 000000000..aee578c4f --- /dev/null +++ b/cron/crontab.in.in @@ -0,0 +1,19 @@ +# At 5PM every day, mail reminders to admins as to pending requests +0 17 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/checkdbs + +# At 5 AM on the first of each month, mail out password reminders. +0 5 1 * * exec /usr/local/bin/python /home/mailman/mailman/cron/mailpasswds + +# At 12 on the first of each month, bump the volume for large lists. +0 0 1 * * exec /usr/local/bin/python /home/mailman/mailman/cron/upvolumes_monthly + +# Near years second, bump volume numbers for most lists archives/digests +0 0 1 1 * exec /usr/local/bin/python /home/mailman/mailman/cron/upvolumes_yearly + +######## Do not make changes from this line on. Autogenerated by mailman. +# Once a day, update the mail archives. +27 5 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/archive yep +27 5 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/archive if +27 5 * * * exec /usr/local/bin/python /home/mailman/mailman/cron/archive tmi-2 + + |
