--- /etc/conf.d/fetchmail 2011-08-10 20:08:47.000000000 +0700 +++ /etc/conf.d/fetchmail.new 2011-10-13 20:59:20.000000000 +0700 @@ -6,3 +6,49 @@ # (fetchmail will daemonize and check for new mail at this interval) polling_period="300" +# Fetchmail configuration + +# If fetchmail_config is not empty (i.e., contains non-whitespace characters) +# the initscript will use the contents of fetchmail_config, and ignore the +# fetchmail_rc variable +# +# WARNING: Use single quotes instead of double quotes, since inside the +# configuration itself double quotes may be used e.g. to delimit +# password. +# +# Default: +#fetchmail_config='' +# +# Example: +#fetchmail_config=' +#set postmaster "admin@example.com" +#poll "mail.example.com" +# envelope "Envelope-to" +# proto IMAP +# timeout 300 +# +# user "catchall" there +# password "OpenSesame" +# is * here +# ssl +# fetchall +# idle +#' + +# If fetchmail_rc is not empty, while fetchmail_config is empty, +# the initscript will use the file referred in the fetchmail_rc variable. +# +# NOTE: 1. The full path must be specified! +# 2. If the file does not exist, initscript will terminate with error! +# Default: +#fetchmail_rc="" + +# If neither fetchmail_config nor fetchmail_rc are set, then the initscript +# will first try to find the file /etc/${RC_SVCNAME}.rc +# Failing that, it will 'fallback' to the older naming system of +# /etc/${RC_SVCNAME}rc (i.e., without the dot) +# +# Failure in finding either version of the rc-file, initscript terminates +# with error. + +