diff options
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 |