diff options
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | fetchmail-FAQ.html | 28 |
5 files changed, 35 insertions, 8 deletions
@@ -45,6 +45,10 @@ and there don't seem to be any live servers for it anymore. You can configure it back in if you want with `configure --enable-POP2', but leaving it out cuts the executable's size slightly. +Support for CompuServe's RPA authentication method (rather similar to +APOP) is available but also not included in the standard build. You +can compile it in with `configure --enable-RPA'. + Specifying --with-kerberos=DIR will tell the fetchmail build process to look in DIR for Kerberos support. Configure normally looks in /usr/kerberos and /usr/athena; if you specify this option with an argument it will look diff --git a/Makefile.in b/Makefile.in index cd2c258f..5872992c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.2.9 +VERS=4.3.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -12,6 +12,11 @@ Release Notes: ------------------------------------------------------------------------------ +fetchmail-4.3.0 () +* FAQ update. + +There are 286 people on the fetchmail-friends list. + fetchmail-4.2.9 (Tue Sep 30 18:21:35 EDT 1997) * Don't byte-stuff when writing to an MDA. * IMAP mode now does smart re-polling, eliminating connection/authentication diff --git a/configure.in b/configure.in index 735e7953..fd71dd6f 100644 --- a/configure.in +++ b/configure.in @@ -161,9 +161,9 @@ AC_ARG_ENABLE(RPA, [with_RPA=no]) test "$with_RPA" = "yes" && AC_DEFINE(RPA_ENABLE) -### use option --enable-opie to compile in the OPIE support +### use option --enable-OPIE to compile in the OPIE support AC_ARG_ENABLE(opie, - [ --enable-opie support OTP through the OPIE library], + [ --enable-OPIE support OTP through the OPIE library], [with_opie=$enableval], [with_opie=no]) if test "$with_opie" = "yes"; 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 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1997/09/30 18:38:09 $ +<td width="30%" align=right>$Date: 1997/10/01 04:00:27 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -61,6 +61,8 @@ when I may have multiple login sessions going?</a><br> <a href="#T3">T3. How can I use fetchmail with smail?</a><br> <a href="#T4">T4. How can I use fetchmail with SCO's MMDF?</a><br> <a href="#T5">T5. How can I use fetchmail with Lotus Notes?</a><br> +<a href="#T6">T6. How can I use fetchmail with Microsoft Exchange?</a><br> +<a href="#T7">T7. How can I use fetchmail with Compuserve RPA?</a><br> <h1>Runtime fatal errors:</h1> @@ -388,7 +390,7 @@ If you have been using popclient (the ancestor of this program) at version 3.0b6 or later, start with this<p> <pre> -(cd ~; mv ~/.poprc ~/.fetchmailrc) +(cd; mv .poprc .fetchmailrc) </pre> 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'.<P> <hr> -<h2><a name="T5">T5. How can I use fetchmail with Microsoft Exchange?</a></h2><p> +<h2><a name="T6">T6. How can I use fetchmail with Microsoft Exchange?</a></h2><p> 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.<P> <hr> -<h2>R1. Fetchmail isn't working, and -v shows `SMTP connect failed' messages.</a></h2> +<h2><a name="T7">T7. How can I use fetchmail with CompuServe RPA?</a></h2> + +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 <code>fetchmail -V</code>; +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).<P> + +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.<P> + +<hr> +<h2><a name="R1">R1. Fetchmail isn't working, and -v shows `SMTP connect failed' messages.</a></h2> Fetchmail itself is probably working, but your SMTP port 25 listener is down or inaccessible.<p> @@ -1447,7 +1465,7 @@ will look right.<p> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1997/09/30 18:38:09 $ +<td width="30%" align=right>$Date: 1997/10/01 04:00:27 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |