2 PATH=/bin:/usr/bin:/usr/local/bin:/home/web/bin
3 WD=/home/web/prod/platal/bin/cron
6 0 5 * * * web cd $WD; ./clean.php
7 0 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org
8 0 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "Verifications verbeuses sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org
9 0 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" hotliners@staff.m4x.org
10 0 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" hotliners@staff.m4x.org
11 0 22 * * * web cd $WD; ./phones.check.php > /dev/null
12 0 30 * * 1 web cd $WD; ./bestmail.check.php
15 0 6 * * 1 web cd $WD; ./registrations.php
18 0 2 * * * web cd $WD; ./notifs.birthday.php
19 0 4 * * 6 web cd $WD; ./notifs.send.php
21 # profile modification notifications
22 0 23 * * * web cd $WD; ./profile_modification.php
25 0 */3 * * * web cd $WD; ./cron_validations.php
28 */5 * * * * www-data cd $WD; ./banana.feedgen.php > /dev/null
30 # Send group Newsletters
31 15 * * * * web cd $WD; ./newsletters.send.php | mail -e -s "Envoi des NLs des groupes" hotliners@staff.m4x.org
34 0 0 * * 1 web cd $WD; ./homonyms.php
37 * * * * * web cd $WD; ./cron_ml_moderate.php > /dev/null
39 # synchronisation google apps - plat/al
40 */5 * * * * web cd $WD; ./google_apps.php
42 # Clean-up of our logging tables
43 45 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" hotliners@staff.m4x.org
45 # xnet accounts creation
46 0 * * * * web cd $WD; ./cron_xnet_accounts.php
48 # vim:set noet syntax=crontab ts=8 sw=8 sts=8 fenc=utf-8: