From c668bc90025af8a9dfbd8b1776c926269cdbc0a0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 22 Jan 2006 11:46:48 +0000 Subject: Suggest --with-ssl first. Remove --enable-fallback documentation. While still supported, it will be going away in a future version. svn path=/branches/BRANCH_6-3/; revision=4667 --- INSTALL | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 6070ab4a..99311e1f 100644 --- a/INSTALL +++ b/INSTALL @@ -61,6 +61,11 @@ configure option '--with-included-gettext'. Installing fetchmail is easy. From within this directory, type: + ./configure --with-ssl + +if you have OpenSSL (and its developer packages, if separate) installed +on your system, or if you don't or do not need SSL/TLS support: + ./configure The autoconfiguration script will spend a bit of time figuring out the @@ -82,7 +87,7 @@ APOP) is available but also not included in the standard build. You can compile it in with 'configure --enable-RPA'. Support for Microsoft's NTLM authentication method is also available -but also not included in the standard build. You can compile it in +but not included in the standard build either. You can compile it in with 'configure --enable-NTLM'. Support for authentication using RFC1731 GSSAPI is available @@ -102,16 +107,6 @@ directory that contains OpenSSL's "include" subdirectory), for instance: "--with-ssl=/example/path" would assume that you have an /example/path/include/openssl/ssl.h header file. -To specify a fallback MUA in case local port 25 doesn't respond, this is -not recommended, because you'll usually see differences between MTA and -MDA use. If you wish to proceed nonetheless, do one of: - - configure --enable-fallback=procmail - configure --enable-fallback=sendmail - -A disadvantage of using procmail is that local alias expansion -according to /etc/aliases won't get done if we fall back to it. - 2.2 Advanced options Specifying --with-kerberos=DIR or --with-kerberos5=DIR will tell the -- cgit v1.2.3