diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
commit | fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (patch) | |
tree | 691cea2ead6a4d5319d5fd0af2a5d156e3edb474 /sample.rcfile | |
parent | 87ad588dd2a76dde9de03681f4c4ec63d789abe2 (diff) | |
download | fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.gz fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.bz2 fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.zip |
Added `set daemon'.
svn path=/trunk/; revision=930
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample.rcfile b/sample.rcfile index ded965c8..dfc07b45 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -72,6 +72,7 @@ # Legal global option statements are # # set logfile = -- must be followed by a string +# set daemon = -- must be followed by a number # # The noise keywords `and', `with', `has', `wants', and `options' are ignored # anywhere in an entry; they can be used to make it resemble English. The @@ -82,6 +83,8 @@ # # This is what the developer's .fetchmailrc looks like: +set daemon 300 # Poll at 5-minute intervals + defaults interface "sl0/10.0.2.15" # SLIRP standard address user esr is esr fetchmail-friends magic-numbers here |