summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-04 17:33:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-04 17:33:34 +0000
commitf1dc31a7994ad6a122d2c1eeca2e97fe20758aee (patch)
tree8875d951444a2c9f5fafd825ac58d29f6da386fd /README
parent88df51f00f0ec194e86b8fefe92ef91cfa009009 (diff)
downloadmailutils-f1dc31a7994ad6a122d2c1eeca2e97fe20758aee.tar.gz
mailutils-f1dc31a7994ad6a122d2c1eeca2e97fe20758aee.tar.bz2
Documented new --disable options.
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 15 insertions, 8 deletions
diff --git a/README b/README
index 8a7542af1..4e608fbdf 100644
--- a/README
+++ b/README
@@ -64,17 +64,11 @@ specific configuration options:
./configure LIBS='-L/usr/local/mysql/lib' \
CPPLAGS='-I/usr/local/mysql/include' --enable-mysql
- --enable-virtual-domains
-
- Enable support for authentication using virtual mail domains.
- Note that this is also needed if you wish to run testsuites for
- pop3d and imap4d daemons. The following option controls where
- exactly the domain database should be located:
-
--with-virtual-pwddir=DIR
Use DIR instead of $sysconfdir/domain as the location of
- virtual mail domain database.
+ virtual mail domain database. This option is ignored if
+ --disable-virtual-domains is specified.
--without-readline
@@ -156,6 +150,19 @@ of DBM you are using. GDBM is most common for GNU system.
Don't compile regex; this is the default on systems with version
2 of the GNU C library (use with caution on other systems)
+Use following options to disable support for particular protocols or
+features:
+
+ --disable-imap Disables IMAP protocol support.
+ --disable-pop Disables POP protocol support.
+ --disable-smtp Disables support for SMTP mailer. With this
+ option `mail.remote' is not built.
+ --disable-sendmail Disables support for `Sendmail' mailer.
+ --disable-mh Disables support for MH mailbox format.
+ --disable-virtual-domains
+ Disables support for authentication using virtual
+ mail domains.
+
Where to report BUGS
====================

Return to:

Send suggestions and report system problems to the System administrator.