head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.6 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.4 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.2 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.3 date 2007.01.06.10.18.15; author rse; state Exp; branches; next 1.2; commitid mBBFewF9N8c5Sq1s; 1.2 date 2006.11.24.16.34.10; author rse; state Exp; branches; next 1.1; commitid 8eoZqfkQhEmIkWVr; 1.1 date 2005.03.10.13.07.38; author tho; state Exp; branches 1.1.6.1; next ; 1.1.6.1 date 2006.12.22.19.13.21; author thl; state Exp; branches; next 1.1.6.2; commitid 2LefOfqsS8nsjyZr; 1.1.6.2 date 2007.02.07.20.36.27; author thl; state Exp; branches; next ; commitid buiDpkvFRFCkgB5s; desc @@ 1.3 log @fix typo @ text @## ## 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 @ 1.2 log @My today's "either break everything or make it even better" commit: - globally cleanup styles of configuration files and scripts - make the fetchmailrc generation process more robust, concise and portable - remove %reload as just running fetchmail without anything else doesn't seem to be a real "reload" operation to me - add a bunch of additional comments - move most variables from %config to %common as they are not really intended to be changed by the user @ text @d5 1 a5 1 ## instead of editin the fetchmailrc file directly! @ 1.1 log @first version of poor man's global fetchmail @ text @d1 6 a6 8 # # Put your global fetchmail daemon options in # the fetchmail.master file. # Do not edit the fetchmailrc file directly # # # Global Options # d8 1 a8 1 # set daemon mode and poll every XX seconds d11 1 a11 1 # where to send anything to d14 1 a14 1 # Direct error mail to postmaster d17 1 a17 1 # Send spam bounces top postmaster d20 1 a20 1 # Name of a file to dump error and status messages to d23 1 a23 1 # Name of the file to store UID lists in d26 1 a26 1 # Turn off error logging through syslog @ 1.1.6.1 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d1 8 a8 6 ## ## fetchmail.master -- fetchmail(1) master option configuration file ## ## NOTICE: put your global fetchmail(1) daemon options here ## instead of editin the fetchmailrc file directly! ## d10 1 a10 1 # set daemon mode and poll every XX seconds d13 1 a13 1 # where to send anything to d16 1 a16 1 # direct error mail to postmaster d19 1 a19 1 # send spam bounces top postmaster d22 1 a22 1 # name of a file to dump error and status messages d25 1 a25 1 # name of the file to store UID lists d28 1 a28 1 # turn off syslog based error logging @ 1.1.6.2 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d5 1 a5 1 ## instead of editing the fetchmailrc file directly! @