diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-01 04:00:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-01 04:00:27 +0000 |
commit | f7dc1cd76bd22d72f0410ee6184f4a02566d36bc (patch) | |
tree | 8fa17b59277deace5a1f4d06143109ed84c858dc /INSTALL | |
parent | 7d7b6cc1ed2da8a98cdecc634930ebc162bbda66 (diff) | |
download | fetchmail-f7dc1cd76bd22d72f0410ee6184f4a02566d36bc.tar.gz fetchmail-f7dc1cd76bd22d72f0410ee6184f4a02566d36bc.tar.bz2 fetchmail-f7dc1cd76bd22d72f0410ee6184f4a02566d36bc.zip |
Documentation of RPA support
svn path=/trunk/; revision=1454
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 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 |