diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-15 06:27:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-15 06:27:34 +0000 |
commit | 55e2aee705ff39ff2bf0379de96b88899af0dda9 (patch) | |
tree | 82173ceeb61c021a53bca84c0391dd0221b6fc7c /INSTALL | |
parent | f4d8717123f762050bd10296ff3455f8bde8c0fc (diff) | |
download | fetchmail-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-- | INSTALL | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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: |