diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-20 23:03:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-20 23:03:06 +0000 |
commit | 6c39bbb5edc340f5f382f4229b9f57d49c476efa (patch) | |
tree | ad96f903663ebeec116bbb5555420a5d1308df2a /sample.rcfile | |
parent | 7beaf257b440998b28b8ad6cda714f9db9bc1010 (diff) | |
download | fetchmail-6c39bbb5edc340f5f382f4229b9f57d49c476efa.tar.gz fetchmail-6c39bbb5edc340f5f382f4229b9f57d49c476efa.tar.bz2 fetchmail-6c39bbb5edc340f5f382f4229b9f57d49c476efa.zip |
Update the copy.
svn path=/trunk/; revision=794
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sample.rcfile b/sample.rcfile index 6464f2a7..85037ebf 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -85,12 +85,14 @@ defaults # Use this for production poll locke.ccil.org with protocol APOP: + no dns, aka snark.thyrsus.com thyrsus.com locke.ccil.org ccil.org password my_apop_secret; # Use this to test IMAP skip locke protocol IMAP: + no dns, aka snark.thyrsus.com thyrsus.com locke.ccil.org ccil.org password my_remote_password; -# Use this to test against POP2 using a local server -skip localhost protocol pop2: - password my_local_password; +# Use this to test against a different server +skip pop3.netaxs.com: + password my_netaxs.password; |