Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # iRedMail: Backup MySQL databases on 03:30 AM
  2. 30 3 * * * /bin/bash /var/vmail/backup/backup_mysql.sh
  3.  
  4. # iRedMail: Cleanup Cluebringer database
  5. 1 3 * * * /usr/sbin/cbpadmin --config=/etc/cluebringer/cluebringer.conf --cleanup >/dev/null
  6.  
  7. # iRedMail: Cleanup Amavisd database
  8. 1 2 * * * python /opt/www/iredadmin/tools/cleanup_amavisd_db.py >/dev/null
  9.  
  10. # iRedMail: update Awstats statistics for web
  11. 1 */1 * * * perl /usr/lib/cgi-bin/awstats.pl -config=web -update >/dev/null
  12.  
  13. # iRedMail: update Awstats statistics for smtp
  14. 1 */1 * * * perl /usr/lib/cgi-bin/awstats.pl -config=smtp -update >/dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement