# --
# cron/aaa_base - base crontab package
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: .procmailrc,v 1.7 2002/05/12 22:04:43 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# Who gets the cron emails?
MAILTO="root@localhost"

# --
# cron/fetchmail - fetchmail cron of the OpenTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: .procmailrc,v 1.7 2002/05/12 22:04:43 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# fetch every 5 minutes emails via fetchmail
#*/5 * * * * /usr/bin/fetchmail -a  

# --
# cron/postmaster - postmaster cron of the OpenTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: .procmailrc,v 1.7 2002/05/12 22:04:43 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# check every 60 minutes the spool dorectory of OpenTRS 
*/60 * * * * /etc/rc.d/otrs cleanup

# --
# cron/sessions - delete old session ids of the OpenTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: .procmailrc,v 1.7 2002/05/12 22:04:43 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# delete every day old session ids
01 01 * * * $HOME/bin/DeleteSessionIDs.pl --expired

# --
# cron/unlock - unlock old locked ticket of the OpenTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: .procmailrc,v 1.7 2002/05/12 22:04:43 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# unlock every 30 minutes old locked tickets
*/30 * * * * $HOME/bin/UnlockTickets.pl --timeout

