From f7dc1cd76bd22d72f0410ee6184f4a02566d36bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Oct 1997 04:00:27 +0000 Subject: Documentation of RPA support svn path=/trunk/; revision=1454 --- fetchmail-FAQ.html | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 96864a77..5c58d32f 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1997/09/30 18:38:09 $ +$Date: 1997/10/01 04:00:27 $

Frequently Asked Questions About Fetchmail

@@ -61,6 +61,8 @@ when I may have multiple login sessions going?
T3. How can I use fetchmail with smail?
T4. How can I use fetchmail with SCO's MMDF?
T5. How can I use fetchmail with Lotus Notes?
+T6. How can I use fetchmail with Microsoft Exchange?
+T7. How can I use fetchmail with Compuserve RPA?

Runtime fatal errors:

@@ -388,7 +390,7 @@ If you have been using popclient (the ancestor of this program) at version 3.0b6 or later, start with this

-(cd ~; mv ~/.poprc ~/.fetchmailrc)
+(cd; mv .poprc .fetchmailrc)
 
in order to migrate. Be aware that some of popclient's unnecessary @@ -873,7 +875,7 @@ The Lotus Notes SMTP gateway tries to deduce when it should convert \n to \r\n, but its rules are not intuitive. Use `forcecr'.


-

T5. How can I use fetchmail with Microsoft Exchange?

+

T6. How can I use fetchmail with Microsoft Exchange?

M$ Exchange violates the POP3 RFCs. Its LIST command does not reveal the real sizes of mail in the pop mailbox, but the sizes of the @@ -892,7 +894,23 @@ If you want these fixed, go bug the Evil Empire. Or, better yet, install a real operating system on your server and run IMAP.


-

R1. Fetchmail isn't working, and -v shows `SMTP connect failed' messages.

+

T7. How can I use fetchmail with CompuServe RPA?

+ +First, make sure your fetchmail has the RPA support compiled in. +Stock fetchmail binaries (such as you might get from an RPM) don't. +You can check this by looking at the output of fetchmail -V; +if you see the string "+RPA" after the version ID you're good to go, +otherwise you'll have to build your own from sources (see the INSTALL +file in the source distribution for directions).

+ +Give your RPA pass-phrase as your password. An RPA-enabled fetchmail +will automatically check for csi.com in the POP server's greeting +line. If that's found, it will query the server to see if it is +RPA-capable, and if so do an RPA transaction rather than a plain-text +password handshake.

+ +


+

R1. Fetchmail isn't working, and -v shows `SMTP connect failed' messages.

Fetchmail itself is probably working, but your SMTP port 25 listener is down or inaccessible.

@@ -1447,7 +1465,7 @@ will look right.

Back to Fetchmail Home Page To Site Map -$Date: 1997/09/30 18:38:09 $ +$Date: 1997/10/01 04:00:27 $

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