diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-23 02:03:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-23 02:03:12 +0000 |
commit | 937b8594f8c1884ab321022dd69914fbb3a257b6 (patch) | |
tree | 875dae138bdb7f5b00bb7d1e3d040b4c1ecce1fd | |
parent | 103d018575cf66fb72d23d9eca45df884c8fd539 (diff) | |
download | fetchmail-937b8594f8c1884ab321022dd69914fbb3a257b6.tar.gz fetchmail-937b8594f8c1884ab321022dd69914fbb3a257b6.tar.bz2 fetchmail-937b8594f8c1884ab321022dd69914fbb3a257b6.zip |
Updated.
svn path=/trunk/; revision=810
-rw-r--r-- | sample.rcfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sample.rcfile b/sample.rcfile index 85037ebf..de6839c6 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -84,14 +84,14 @@ defaults fetchall # Use this for production -poll locke.ccil.org with protocol APOP: +poll imap.ccil.org protocol IMAP: no dns, aka snark.thyrsus.com thyrsus.com locke.ccil.org ccil.org - password my_apop_secret; + password my_remote_password; -# Use this to test IMAP -skip locke protocol IMAP: +# Use this to test POP3 +skip pop3.ccil.org with protocol APOP: no dns, aka snark.thyrsus.com thyrsus.com locke.ccil.org ccil.org - password my_remote_password; + password my_apop_secret; # Use this to test against a different server skip pop3.netaxs.com: |