# /etc/cron.d/exim: crontab fragment for exim

# Run queue every 30 minutes
08,38 *     * * *     mail   if [ -x /usr/sbin/exim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi
