| 12345678910111213141516171819202122232425262728293031 |
- #
- # Put your global fetchmail daemon options in
- # the fetchmail.master file.
- # Do not edit the fetchmailrc file directly
- #
- #
- # Global Options
- #
- # set daemon mode and poll every XX seconds
- set daemon 160
- # where to send anything to
- set postmaster postmaster@localhost
- # Direct error mail to postmaster
- set no bouncemail
- # Send spam bounces top postmaster
- set no spambounce
- # Name of a file to dump error and status messages to
- set logfile @l_prefix@/var/fetchmail/fetchmail.log
- # Name of the file to store UID lists in
- set idfile @l_prefix@/var/fetchmail/fetchmail.uid
- # Turn off error logging through syslog
- set no syslog
|