diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-25 06:42:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-25 06:42:29 +0000 |
commit | 3140c08b2e098606763eece6bf53a2c48e069e05 (patch) | |
tree | 161e97aa03610ff1bd08ecf412b277bb034608dd /INSTALL | |
parent | 10b84a40c3316accfa2446a386452536b37d55e9 (diff) | |
download | fetchmail-3140c08b2e098606763eece6bf53a2c48e069e05.tar.gz fetchmail-3140c08b2e098606763eece6bf53a2c48e069e05.tar.bz2 fetchmail-3140c08b2e098606763eece6bf53a2c48e069e05.zip |
First pass at OPIE 2.32 support.
svn path=/trunk/; revision=1407
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -13,14 +13,15 @@ running fetchmail. 1. USEFUL THINGS TO INSTALL FIRST If you want support for RFC1938-compliant one-time passwords, you'll -need to install Craig Metz's OPIE libraries first. Then configure -with --enable-OPIE, and fetchmail build process will detect them and -compile appropriately. +need to install Craig Metz's OPIE libraries first and *make sure +they're on the normal library path* where configure will find them. Then +configure with --enable-OPIE, and fetchmail build process will detect +them and compile appropriately. Note: there is no point in doing this unless your server is OTP-enabled. To test this, telnet to the server port and give it a valid USER id. If the OK response includes the string "otp-", -you should install OPIE. +you should install OPIE. You need version 2.32 or better. The OPIE library sources are available at ftp://ftp.inner.net/pub/opie. |