diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 03:44:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 03:44:18 +0000 |
commit | 553ac7f6c80d96d41dc02c2d8bba240a25c35061 (patch) | |
tree | 92a6aa2a86afa84ff8eca8a529c584141830b6fa /sample.rcfile | |
parent | 50a942cfbffdb207a849b2580aeb22613166e7e0 (diff) | |
download | fetchmail-553ac7f6c80d96d41dc02c2d8bba240a25c35061.tar.gz fetchmail-553ac7f6c80d96d41dc02c2d8bba240a25c35061.tar.bz2 fetchmail-553ac7f6c80d96d41dc02c2d8bba240a25c35061.zip |
The great name change, again.
svn path=/trunk/; revision=115
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sample.rcfile b/sample.rcfile index 36b50ce6..7abc605a 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -1,11 +1,11 @@ -# .poprc sample +# .fetchrc sample # # This file (or one of your own creation, rather) should be located -# in your home directory with the name .poprc. Permissions on this +# in your home directory with the name .fetchrc. Permissions on this # file may be no greater than -rw-------, or fetchmail will refuse to # use it. # -# To see what effect your ~/.poprc file has, do +# To see what effect your ~/.fetchrc file has, do # # fetchmail --version # @@ -23,15 +23,20 @@ # protocol (or proto) # username (or user) # password (or pass) +# rpopid # remotefolder (or remote) # localfolder (or local) # mda +# smtphost (or smtp) # keep # flush # fetchall +# rewrite # nokeep # noflush # nofetchall +# norewrite +# port # # Legal protocol identifiers are # pop2 (or POP2) |