aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-20 23:03:06 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-20 23:03:06 +0000
commit6c39bbb5edc340f5f382f4229b9f57d49c476efa (patch)
treead96f903663ebeec116bbb5555420a5d1308df2a
parent7beaf257b440998b28b8ad6cda714f9db9bc1010 (diff)
downloadfetchmail-6c39bbb5edc340f5f382f4229b9f57d49c476efa.tar.gz
fetchmail-6c39bbb5edc340f5f382f4229b9f57d49c476efa.tar.bz2
fetchmail-6c39bbb5edc340f5f382f4229b9f57d49c476efa.zip
Update the copy.
svn path=/trunk/; revision=794
-rw-r--r--sample.rcfile8
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;