~ubuntu-branches/ubuntu/intrepid/otrs2/intrepid-updates

« back to all changes in this revision

Viewing changes to var/cron/fetchmail.dist

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2006-06-20 23:35:00 UTC
  • Revision ID: package-import@ubuntu.com-20060620233500-5qzdidoa53xdigt2
Tags: 2.0.4p01-6
removed the PDF manuals because they will be provided with source code by
a separate package 'otrs2-doc'

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# This software comes with ABSOLUTELY NO WARRANTY.
7
7
# --
8
8
# fetch every 5 minutes emails via fetchmail
9
 
#*/5 * * * * /usr/bin/fetchmail -a >> /dev/null
10
 
#*/5 * * * * /usr/bin/fetchmail -a --ssl >> /dev/null
 
9
#*/5 * * * * otrs test -x /usr/bin/fetchmail && /usr/bin/fetchmail --fetchmailrc /etc/otrs/fetchmailrc -a >> /dev/null
 
10
#*/5 * * * * otrs test -x /usr/bin/fetchmail && /usr/bin/fetchmail --fetchmailrc /etc/otrs/fetchmailrc -a --ssl >> /dev/null
11
11