You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
698 B
28 lines
698 B
## |
|
## fetchmail.master -- fetchmail(1) master option configuration file |
|
## |
|
## NOTICE: put your global fetchmail(1) daemon options here |
|
## instead of editing the fetchmailrc file directly! |
|
## |
|
|
|
# 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 |
|
set logfile @l_prefix@/var/fetchmail/fetchmail.log |
|
|
|
# name of the file to store UID lists |
|
set idfile @l_prefix@/var/fetchmail/fetchmail.uid |
|
|
|
# turn off syslog based error logging |
|
set no syslog |
|
|
|
|