diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-22 00:09:39 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-22 00:09:39 +0000 |
commit | 461f904d91bb12cf7f15bb9c621f5fa60a9bfbb9 (patch) | |
tree | 38dc17500f77884001f195a0d2e74bbc1192b2dc /sample.rcfile | |
parent | b8a8c1b5f1918a5499e09e22ce6ec8fd614f7c6a (diff) | |
download | fetchmail-461f904d91bb12cf7f15bb9c621f5fa60a9bfbb9.tar.gz fetchmail-461f904d91bb12cf7f15bb9c621f5fa60a9bfbb9.tar.bz2 fetchmail-461f904d91bb12cf7f15bb9c621f5fa60a9bfbb9.zip |
ccil.org -> example.org
svn path=/branches/BRANCH_6-3/; revision=4956
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sample.rcfile b/sample.rcfile index 865b3a18..fac8e75b 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -134,13 +134,13 @@ defaults fetchall # Use this for production -poll imap.ccil.org protocol IMAP: - no dns, aka snark.thyrsus.com thyrsus.com locke.ccil.org ccil.org +poll imap.example.org protocol IMAP: + no dns, aka snark.thyrsus.com thyrsus.com locke.example.org example.org password my_remote_password; # 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 +skip pop3.example.org with protocol APOP: + no dns, aka snark.thyrsus.com thyrsus.com locke.example.org example.org password my_apop_secret; # Use this to test against a different server |