X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=INSTALL;h=009d47968bc5a116a0655c842d7edd16b18eebcc;hp=d4bd38fb764102e338de7afaa22920cfccb2d641;hb=cde17f8d38bf9306df4706ac2acb528a2a686a29;hpb=2abae0bfd0ad5bf898461e50aa4b466d641f23d9 diff --git a/INSTALL b/INSTALL index d4bd38f..009d479 100644 --- a/INSTALL +++ b/INSTALL @@ -53,19 +53,7 @@ need an ANSI C compiler such as gcc. existing file. Watch for information messages while make is processing that directory to see if you need to merge changes. -5) Edit the file `mts.conf' (installed in the mmh `etc' directory) - and make any necessary changes for the mail transport interface - you are using. - - The default `mts.conf' file assumes you retrieve new mail from - a local (or NFS mounted) maildrop, and send outgoing mail by - injecting the message to a mail transfer agent (such as sendmail) - on the local machine. - - Check the `mts.conf(5)' man page for a list of all the available - options for this file. - -6) Edit the file `mhn.defaults' (installed in the mmh `etc' directory). +5) Edit the file `mhn.defaults' (installed in the mmh `etc' directory). This file contains the default profile entries for the mmh commands mhlist/mhstore/mhshow and is created by the script `mhn.defaults.sh'. This script will search a generic path (essentially your $PATH) for @@ -141,7 +129,7 @@ Options for configure mmh's support binaries (spost, slocal, mhl, ...) are installed here. --sysconfdir=DIR (DEFAULT is ${prefix}/etc) - mmh's config files (mts.conf, mhn.defaults, ...) are installed here. + mmh's config files (mhn.defaults, ...) are installed here. --mandir=DIR (DEFAULT is ${prefix}/man) mmh's man pages are installed here. @@ -167,16 +155,6 @@ Options for configure is not world- or user-writeable, and thus a lock file cannot be created. ---with-ndbm=LIB (DEFAULT is to autodetect) ---with-ndbmheader=HEADER (DEFAULT is to autodetect) - Specify the header file (eg ndbm.h) and library (eg ndbm) to use - to compile against the ndbm database library. By default, configure - will try various possibilities until it finds one that works; this - option only needs to be specified if the autodetection fails or - makes the wrong choice. - - If either of these options is given then the other must also be - specified. -- markus schnalke