File: crontab

package info (click to toggle)
exim 3.35-1woody4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,640 kB
  • ctags: 3,572
  • sloc: ansic: 52,473; sh: 1,132; perl: 579; makefile: 337
file content (4 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
# /etc/cron.d/exim: crontab fragment for exim

# Run queue every 15 minutes
08,23,38,53 *     * * *     mail   if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi