# --
# cron/postmaster_pop3 - postmaster_pop3 cron of the OTRS
# Copyright (C) 2002-2003 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: postmaster_pop3.dist,v 1.3 2003/01/07 00:35:46 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# fetch emails every 10 minutes 
*/10 * * * * otrs test -x $HOME/bin/PostMasterPOP3.pl && $HOME/bin/PostMasterPOP3.pl >> /dev/null
