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