diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 17:47:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 17:47:52 +0000 |
commit | 6cb67de133d4bc256dce49a631f5b2b7b34a382e (patch) | |
tree | f43eeb42340023a95737adc71c6f279c0cfb021f /sample.rcfile | |
parent | dcc479703ddcd3b99224a06b0947e4d8bd657063 (diff) | |
download | fetchmail-6cb67de133d4bc256dce49a631f5b2b7b34a382e.tar.gz fetchmail-6cb67de133d4bc256dce49a631f5b2b7b34a382e.tar.bz2 fetchmail-6cb67de133d4bc256dce49a631f5b2b7b34a382e.zip |
Kerberos integration, stage 3.
svn path=/trunk/; revision=283
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sample.rcfile b/sample.rcfile index 29bdfd90..e2f5663a 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -20,7 +20,10 @@ # # Legal keywords are # server -# protocol (or proto) +# protocol (or proto) -- nuat be followed by a protocol ID +# port +# authenticate (or auth) -- must be followed by an authentication type +# # username (or user) # is # remotefolder (or remote) @@ -38,7 +41,6 @@ # nofetchall # norewrite # noskip -# port # # Legal protocol identifiers are # pop2 (or POP2) @@ -47,6 +49,10 @@ # apop (or APOP) # kpop (or KPOP) # +# Legal authentication types are +# login +# kerberos +# # Basic format is # server SERVERNAME protocol PROTOCOL username NAME password PASSWORD # Example: @@ -62,7 +68,7 @@ server pop.provider.net proto pop3 user jsmith password secret1 server pop.provider.net proto pop3 user jsmith password secret1 server other.provider.net proto pop2 user John.Smith password My^Hat -# Other possibilities (note use of \ to escape newline -- this is all +# Other possibilities (note optional use of \ to escape newline -- this is all # one server definition. server pop.provider.net \ proto pop3 \ |