#---------------------------------------------------
#shell script to generate clement graphic report
#---------------------------------------------------
*/5	* * * * clement nice -20 /usr/lib/clement/shell/mkgraph.sh daily > /dev/null 2>&1
*/30	* * * * clement nice -20 /usr/lib/clement/shell/mkgraph.sh weekly > /dev/null 2>&1
7     */2 * * * clement nice -20 /usr/lib/clement/shell/mkgraph.sh monthly > /dev/null 2>&1
9     */4 * * * clement nice -20 /usr/lib/clement/shell/mkgraph.sh yearly > /dev/null 2>&1
#---------------------------------------------------
#to update sieve structure with fresh auto reply request
*/5     * * * * clement  PATH=/usr/sbin:$PATH /usr/lib/clement/shell/doautoreply.sh
#---------------------------------------------------
#clement statistic
30      5 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/quotamail.sh
 9      3 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/archiving.sh
 9      5 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/checkdeleted.sh
33      1 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/dumpdb.sh
10      4 1 * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/delArch.sh
17      5 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/spacecount.sh
17      2 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/docounter.sh
 8      * * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/support/checkcount.sh 
 0      1 * * * clement PATH=/usr/sbin:$PATH  /usr/lib/clement/shell/notpaid.sh
#---------------------------------------------------
#Updating the clement certificate from the letsencrypt one
*/5      * * * * root PATH=/usr/sbin:$PATH  /usr/lib/clement/shell/certificate-update.sh
#---------------------------------------------------
