]> Pileus Git - ~andy/fetchmail/blobdiff - INSTALL
LMTP problem has been solved.
[~andy/fetchmail] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5c54041e5712aa795f5ad773a92437a3260dfd42..792054b3ec350a59039bde1256248044af22580e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -70,10 +70,7 @@ you can direct the build to look for GSSAPI support under DIR.
 
 Hooks for the OpenSSL library (see http://www.openssl.org/) are
 included in the distribution.  To enable these, configure with
---with-ssl; they are not included in the standard build.  Note that
-due to U.S. crypto export regulations (which we hope will soon be
-overturned on Constitutional grounds), no actual cryptography code is
-included in the distribution.
+--with-ssl; they are not included in the standard build.
 
 If you want to build for debugging, 
 
@@ -81,9 +78,13 @@ If you want to build for debugging,
 
 will do that.
 
-To enable multilingual support using GNU gettext, 
+To specify a fallback MUA in case local port 25 doesn't respond, do one of:
 
-       configure --enable-nls
+       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.
 
 Advanced configuration:
 
@@ -141,8 +142,8 @@ configuration steps that may be necessary.
 
 5. SET UP A RUN CONTROL FILE
 
-See the man page and the file sample.rcfile for a description of how to
-configure your individual preferences.
+See the man page for a description of how to configure your individual
+preferences.
 
 If you're upgrading from popclient, see question F4 in the FAQ file.