[Postfixbuch-users] mailman cron.d

Beat Jucker beat at juckers.ch
Fr Apr 13 16:23:35 CEST 2012


Hallo Timm

On Fri, Apr 13, 2012 at 01:51:11PM +0200, Timm M.Schneider wrote:
> Hallo,
> 
> habe mir ausversehen die mailman cronscriptdatei unter /etc/cron.d/ gel??scht
> Wie bekomme ich die wieder, oder ist die unwichtig?
> Ein Reinstallationsveruch unter yast hat keine Abhilfe gebracht.

Ich habe einmal mailman installiert ohne es dann auch produktiv einzusetzen. 
Im Anhang findest du das entsprechende Cron Script. Da dieses Script keine
spezifischen Konfigurationen enthaelt, solltest du dieses einfach uebernehmen 
und installieren koennen.

Gruss
-- Beat
-------------- nächster Teil --------------
# At 8AM every day, mail reminders to admins as to pending requests.
# They are less likely to ignore these reminders if they're mailed
# early in the morning, but of course, this is local time... ;)
0 8 * * * list [ -x /usr/lib/mailman/cron/checkdbs ] && /usr/lib/mailman/cron/checkdbs
#
# At 9AM, send notifications to disabled members that are due to be
# reminded to re-enable their accounts.
0 9 * * * list [ -x /usr/lib/mailman/cron/disabled ] && /usr/lib/mailman/cron/disabled
#
# Noon, mail digests for lists that do periodic as well as threshold delivery.
0 12 * * * list [ -x /usr/lib/mailman/cron/senddigests ] && /usr/lib/mailman/cron/senddigests
#
# 5 AM on the first of each month, mail out password reminders.
0 5 1 * * list [ -x /usr/lib/mailman/cron/mailpasswds ] && /usr/lib/mailman/cron/mailpasswds
#
# Every 5 mins, try to gate news to mail.  You can comment this one out
# if you don't want to allow gating, or don't have any going on right now,
# or want to exclusively use a callback strategy instead of polling.
# */5 * * * * list [ -x /usr/lib/mailman/cron/gate_news ] && /usr/lib/mailman/cron/gate_news
#
# At 3:27am every night, regenerate the gzip'd archive file.  Only
# turn this on if the internal archiver is used and
# GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py
27 3 * * * list [ -x /usr/lib/mailman/cron/nightly_gzip ] && /usr/lib/mailman/cron/nightly_gzip


Mehr Informationen über die Mailingliste Postfixbuch-users