aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-15 06:27:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-15 06:27:34 +0000
commit55e2aee705ff39ff2bf0379de96b88899af0dda9 (patch)
tree82173ceeb61c021a53bca84c0391dd0221b6fc7c /INSTALL
parentf4d8717123f762050bd10296ff3455f8bde8c0fc (diff)
downloadfetchmail-55e2aee705ff39ff2bf0379de96b88899af0dda9.tar.gz
fetchmail-55e2aee705ff39ff2bf0379de96b88899af0dda9.tar.bz2
fetchmail-55e2aee705ff39ff2bf0379de96b88899af0dda9.zip
HMH's enable-fallback patch.
svn path=/trunk/; revision=3261
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 5 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index b6a38d5a..1ed66ec1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -81,15 +81,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
-Note: for this to work, you need gettext to be included in your libc
-and libintl.h to be in your system headers. This is the case on
-Red Hat Linux 7.0 and up, Debian, and FreeBSD. (The author will *not*
-accept patches to include a gettext build in the fetchmail tarball,
-as his experience with this path has been horrible.)
+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: