summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-01-07 21:21:35 +0000
committerklm1998-01-07 21:21:35 +0000
commit896c7665ceb858d5713cf37e3900877a2ef7242d (patch)
tree78a0a001db79c5c1dfe3457dddacff721dfd7701
parent7b4790e88657f1b0ea2006bfff986258ffc23a58 (diff)
downloadmailman-896c7665ceb858d5713cf37e3900877a2ef7242d.tar.gz
mailman-896c7665ceb858d5713cf37e3900877a2ef7242d.tar.zst
mailman-896c7665ceb858d5713cf37e3900877a2ef7242d.zip
Initial revision
-rwxr-xr-xcron/crontab.in.in19
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
+
+