aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-11 18:43:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-11 18:43:33 +0000
commit34b907faffe844c6d4da36df22fea23d5b729fe0 (patch)
tree8a29fcadfa1ae1d831d472d8c5fe500eb908f2ae
parent4331eecc1c0a62da2246c4e365a5dbf3bf928099 (diff)
downloadfetchmail-34b907faffe844c6d4da36df22fea23d5b729fe0.tar.gz
fetchmail-34b907faffe844c6d4da36df22fea23d5b729fe0.tar.bz2
fetchmail-34b907faffe844c6d4da36df22fea23d5b729fe0.zip
Update and simplify installation.
svn path=/trunk/; revision=1091
-rw-r--r--INSTALL30
1 files changed, 14 insertions, 16 deletions
diff --git a/INSTALL b/INSTALL
index df1189cf..fdf5966f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,9 +42,9 @@ have to do is uncomment them.
2. MAKE
You may find you need flex at version 2.5.3 or greater to build
-fetchmail. The stock lex distributed with Linux does not work -- it
-yields a parser which core-dumps on syntax errors. You can get flex
-at the GNU ftp site, ftp://prep.ai.mit.edu/pub/gnu.
+fetchmail. The stock lex distributed with some versions of Linux does
+not work -- it yields a parser which core-dumps on syntax errors. You
+can get flex at the GNU ftp site, ftp://prep.ai.mit.edu/pub/gnu.
Run
@@ -59,19 +59,16 @@ Lastly, become root and run
make install
This will install fetchmail. By default, fetchmail will be installed
-in /usr/local/bin, with the man page in /usr/local/man/man1. If you
-wish to change these defaults, edit the Makefile AFTER you run
-"configure" but BEFORE you run "make install." You can easily choose
-a prefix other than /usr/local, or you can choose completely different
-directories for each item.
+in /usr/local/bin, with the man page in /usr/local/man/man1. You can
+use the configure options --bindir and --mandir to change these.
-NOTE: If you are using an MTA other than sendmail (such as qmail or exim),
-see the FAQ (section T) for discussion of any special configuration steps
-that may be necessary.
+NOTE: If you are using an MTA other than sendmail (such as qmail,
+exim, or smail), see the FAQ (section T) for discussion of any special
+configuration steps that may be necessary.
4. SET UP A RUN CONTROL FILE
-See the man page or the file sample.rcfile for a description of how to
+See the man page and the file sample.rcfile for a description of how to
configure your individual preferences.
If you're upgrading from popclient, see question F4 in the FAQ file.
@@ -85,13 +82,14 @@ beware of aliases that direct your local mail back to the server host!
This software is known to work with the qpop/popper series of
freeware POP3 servers; also with the IMAP2bis and IMAP4 servers that are
-distributed with Pine from the University of Washington.
+distributed with Pine from the University of Washington. This covers
+all the servers normally hosted on Linux and *BSD systems.
6. REPORTING BUGS
-You should read the FAQ file question G1 before reporting a bug.
+You should read the FAQ file question G3 before reporting a bug.
7. USE IT
-Enjoy!
-
+Once you've verified your configuration, you can start fetchmail to
+run in background and forget about it. Enjoy!