~mailman-administrivia/mailman/mailman-vhost-ppa-recipe

« back to all changes in this revision

Viewing changes to debian/mailman-vhost.cron.d

  • Committer: Jim Popovitch
  • Date: 2018-10-12 06:31:01 UTC
  • Revision ID: jimpop@domainmail.org-20181012063101-lw8e4oo3qy1j8k4d
Inital package recipe for Mailman+vhost

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# At 8AM every day, mail reminders to admins as to pending requests.
 
2
# They are less likely to ignore these reminders if they're mailed
 
3
# early in the morning, but of course, this is local time... ;)
 
4
0 8 * * * list [ -x /usr/lib/mailman/cron/checkdbs ] && /usr/lib/mailman/cron/checkdbs
 
5
#
 
6
# At 9AM, send notifications to disabled members that are due to be
 
7
# reminded to re-enable their accounts.
 
8
0 9 * * * list [ -x /usr/lib/mailman/cron/disabled ] && /usr/lib/mailman/cron/disabled
 
9
#
 
10
# Noon, mail digests for lists that do periodic as well as threshold delivery.
 
11
0 12 * * * list [ -x /usr/lib/mailman/cron/senddigests ] && /usr/lib/mailman/cron/senddigests
 
12
#
 
13
# 5 AM on the first of each month, mail out password reminders.
 
14
0 5 1 * * list [ -x /usr/lib/mailman/cron/mailpasswds ] && /usr/lib/mailman/cron/mailpasswds
 
15
#
 
16
# Every 5 mins, try to gate news to mail.  You can comment this one out
 
17
# if you don't want to allow gating, or don't have any going on right now,
 
18
# or want to exclusively use a callback strategy instead of polling.
 
19
# */5 * * * * list [ -x /usr/lib/mailman/cron/gate_news ] && /usr/lib/mailman/cron/gate_news
 
20
#
 
21
# At 3:27am every night, regenerate the gzip'd archive file.  Only
 
22
# turn this on if the internal archiver is used and
 
23
# GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py
 
24
27 3 * * * list [ -x /usr/lib/mailman/cron/nightly_gzip ] && /usr/lib/mailman/cron/nightly_gzip
 
25
#
 
26
# At 4:30AM daily, cull old entries from the 'bad' and 'shunt' queues.
 
27
30 4 * * * list [ -x /usr/lib/mailman/cron/cull_bad_shunt ] && /usr/lib/mailman/cron/cull_bad_shunt