diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-30 01:03:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-30 01:03:30 +0000 |
commit | 2ce3fdc960978e9241aaa2c630bcd85216235009 (patch) | |
tree | e2e8252c3be6397eaa27f406976e6a8254d032e0 /sample.rcfile | |
parent | d663cc3fca160932358b8ddb90da1f762d32f0e8 (diff) | |
download | fetchmail-2ce3fdc960978e9241aaa2c630bcd85216235009.tar.gz fetchmail-2ce3fdc960978e9241aaa2c630bcd85216235009.tar.bz2 fetchmail-2ce3fdc960978e9241aaa2c630bcd85216235009.zip |
Changeover to `poll'.
svn path=/trunk/; revision=431
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/sample.rcfile b/sample.rcfile index 8cb7aa87..f1e72a44 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -35,12 +35,10 @@ # flush # fetchall # rewrite -# skip # nokeep # noflush # nofetchall # norewrite -# noskip # # Legal protocol identifiers are # pop2 (or POP2) @@ -54,23 +52,22 @@ # kerberos # # Basic format is -# server SERVERNAME protocol PROTOCOL username NAME password PASSWORD +# poll SERVERNAME protocol PROTOCOL username NAME password PASSWORD # Example: # -server pop.provider.net protocol pop3 username jsmith password secret1 +poll pop.provider.net protocol pop3 username jsmith password secret1 # Or, using some abbreviations: # -server pop.provider.net proto pop3 user jsmith password secret1 +poll pop.provider.net proto pop3 user jsmith password secret1 # Multiple servers may be listed # -server pop.provider.net proto pop3 user jsmith password secret1 -server other.provider.net proto pop2 user John.Smith password My^Hat +poll pop.provider.net proto pop3 user jsmith password secret1 +poll other.provider.net proto pop2 user John.Smith password My^Hat -# Other possibilities (note optional use of \ to escape newline -- this is all -# one server definition. -server pop.provider.net \ - proto pop3 \ - user jsmith \ +# Other possibilities +poll pop.provider.net + proto pop3 + user jsmith pass secret1 |