Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 387009 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/conf.d/fetchmail (+46 lines)
Lines 6-8 Link Here
6
# (fetchmail will daemonize and check for new mail at this interval)
6
# (fetchmail will daemonize and check for new mail at this interval)
7
polling_period="300"
7
polling_period="300"
8
8
9
# Fetchmail configuration
10
11
# If fetchmail_config is not empty (i.e., contains non-whitespace characters)
12
# the initscript will use the contents of fetchmail_config, and ignore the
13
# fetchmail_rc variable
14
#
15
# WARNING: Use single quotes instead of double quotes, since inside the
16
#          configuration itself double quotes may be used e.g. to delimit
17
#          password.
18
#
19
# Default:
20
#fetchmail_config=''
21
#
22
# Example:
23
#fetchmail_config='
24
#set postmaster "admin@example.com"
25
#poll "mail.example.com"
26
#    envelope "Envelope-to"
27
#    proto IMAP
28
#    timeout 300
29
#    
30
#    user "catchall" there
31
#        password "OpenSesame"
32
#    is * here
33
#    ssl
34
#    fetchall
35
#    idle
36
#'
37
38
# If fetchmail_rc is not empty, while fetchmail_config is empty,
39
# the initscript will use the file referred in the fetchmail_rc variable.
40
#
41
# NOTE: 1. The full path must be specified!
42
#       2. If the file does not exist, initscript will terminate with error!
43
# Default:
44
#fetchmail_rc=""
45
46
# If neither fetchmail_config nor fetchmail_rc are set, then the initscript
47
# will first try to find the file /etc/${RC_SVCNAME}.rc
48
# Failing that, it will 'fallback' to the older naming system of
49
# /etc/${RC_SVCNAME}rc (i.e., without the dot)
50
#
51
# Failure in finding either version of the rc-file, initscript terminates
52
# with error.
53
54

Return to bug 387009