From df80d21fdc13f93d9f5cc39a3525dd8698988a83 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 13 Jul 1998 16:38:47 +0000 Subject: Cleanup and bug fixes. svn path=/trunk/; revision=1966 --- fetchmail-FAQ.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 8300bab6..b5f36cbd 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/07/09 14:44:24 $ +$Date: 1998/07/13 16:38:41 $

Frequently Asked Questions About Fetchmail

@@ -393,7 +393,7 @@ AUTH=KERBEROS_V4 in the CAPABILITY response.

If you are fetching mail from a CompuServe POP3 account, you can use their RPA authentication (which works much like APOP). See T7 for details.

+href="#T8">T8 for details.

Your POP3 server may have the RFC1938 OTP capability to use one-time passwords (if it doesn't, you can get OTP patches for the 2.2 version @@ -1245,6 +1245,21 @@ plain-text password handshake.

Warning: the verbose output of fetchmail will show your pass-phrase in Unicode!

+These two .fetchmailrc entries show the difference between an RPA and +non-RPA configuration: + +

+# This version will use RPA
+kip csi.com via "pop.site1.csi.com" with proto POP3 and options no dns
+    user "CSERVE_USER@compuserve.com" there with password "CSERVE_PASSWORD"
+        is LOCAL_USER here options fetchall stripcr
+
+# This version will not use RPA
+skip non-rpa.csi.com via "pop.site1.csi.com" with proto POP3 and options no dns
+    user "CSERVE_USER" there with password "CSERVE_POP3_PASSWORD"
+       is LOCAL_USER here options fetchall stripcr
+
+

T9. How can I use fetchmail with usa.net's servers?

@@ -2028,7 +2043,7 @@ Re-ordering messages is a user-agent function, anyway.

Back to Fetchmail Home Page To Site Map -$Date: 1998/07/09 14:44:24 $ +$Date: 1998/07/13 16:38:41 $

Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3